GET /api/bet_types/244bd88b-1e50-46a2-8a7c-dccc4334d242/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "244bd88b-1e50-46a2-8a7c-dccc4334d242",
    "match": "https://api-prod.gambitprofit.com/api/matches/86f868a7-8231-4fe1-8e50-3223830615e4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-10T09:02:09.180915-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Boston Celtics",
                "amount": 8196.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 1804.0
            }
        ],
        "expected_reward_tokens": 9507.08,
        "profit_sb": 7.08,
        "profit_sb_percentage": 0.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "9de18505-861b-4080-92b5-4eb42dcf3945",
            "gambit_id": "ce219b75-67b4-44e7-94e9-b99e24cde101",
            "last_updated": "2023-02-11T17:57:02.276830-05:00",
            "created_at": "2023-02-10T09:02:09.182352-05:00",
            "name": "Boston Celtics",
            "reward": "1.16000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/244bd88b-1e50-46a2-8a7c-dccc4334d242/?format=api"
        },
        {
            "id": "b221b117-d483-4416-ac96-252fcb5cbe86",
            "gambit_id": "c7895f62-0a9b-4072-9b66-39ede505cd4a",
            "last_updated": "2023-02-11T17:57:02.278113-05:00",
            "created_at": "2023-02-10T09:02:09.183733-05:00",
            "name": "Charlotte Hornets",
            "reward": "5.27000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/244bd88b-1e50-46a2-8a7c-dccc4334d242/?format=api"
        }
    ]
}