GET /api/bet_types/d89e1ed0-b5aa-4f2a-a1b7-8f3f3b64b706/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d89e1ed0-b5aa-4f2a-a1b7-8f3f3b64b706",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac69970a-3a96-4c23-814c-59a7bd2321b6/?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": "Fresno State",
                "amount": 7539.0
            },
            {
                "team": "New Mexico",
                "amount": 2461.0
            }
        ],
        "expected_reward_tokens": 9499.14,
        "profit_sb": -0.86,
        "profit_sb_percentage": -0.01,
        "recommended": false
    },
    "lines": [
        {
            "id": "96a0c15d-45db-4343-9548-0829fedf0900",
            "gambit_id": "ea766905-5255-4240-aa32-10353206b436",
            "last_updated": "2022-10-23T21:36:53.316930-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fresno State",
            "reward": "1.26000",
            "odds": "1.27030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d89e1ed0-b5aa-4f2a-a1b7-8f3f3b64b706/?format=api"
        },
        {
            "id": "15c60b6d-d452-4cd5-8faa-a732f0a7dd95",
            "gambit_id": "d9a99e88-355c-4a63-b504-763b0bcce38b",
            "last_updated": "2022-10-23T21:36:53.315726-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico",
            "reward": "3.86000",
            "odds": "3.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d89e1ed0-b5aa-4f2a-a1b7-8f3f3b64b706/?format=api"
        }
    ]
}