GET /api/bet_types/dc929812-d0f9-421b-9ee7-09bc8493c8c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc929812-d0f9-421b-9ee7-09bc8493c8c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/761f333c-8976-4002-8c3c-4bd40dfe627c/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Washington",
                "amount": 6114.0
            },
            {
                "team": "Michigan State",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "b31f3ef3-84ce-4d26-a11b-3a4f312b16e3",
            "gambit_id": "98990edf-2ac5-4435-9500-1cc507a39421",
            "last_updated": "2022-09-18T09:52:20.123566-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc929812-d0f9-421b-9ee7-09bc8493c8c1/?format=api"
        },
        {
            "id": "df4d2052-b163-4be7-a216-920002ca2f54",
            "gambit_id": "b7dbbfbd-b0ae-4203-a4ed-09373c0ed611",
            "last_updated": "2022-09-18T09:52:20.124531-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan State",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc929812-d0f9-421b-9ee7-09bc8493c8c1/?format=api"
        }
    ]
}