GET /api/bet_types/59de1048-7efc-40be-b410-4166d27c94e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59de1048-7efc-40be-b410-4166d27c94e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/331fbcc1-14ac-4971-a10d-2ee8395e29d9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-24T12:57:59.617806-04: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": "New York Jets",
                "amount": 6643.0
            },
            {
                "team": "New York Giants",
                "amount": 3357.0
            }
        ],
        "expected_reward_tokens": 9433.06,
        "profit_sb": -66.94,
        "profit_sb_percentage": -0.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "663e9ea1-babc-48c5-8285-592afb9b60c5",
            "gambit_id": "83a206c2-d390-478f-b0f6-8a8f064ffa30",
            "last_updated": "2023-08-29T09:23:24.553136-04:00",
            "created_at": "2023-08-24T12:57:59.622029-04:00",
            "name": "New York Jets",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59de1048-7efc-40be-b410-4166d27c94e2/?format=api"
        },
        {
            "id": "cfd05aec-16ef-4738-8344-5755bb1f2de1",
            "gambit_id": "3a2747e1-850d-4e03-bd83-c61e3840e879",
            "last_updated": "2023-08-29T09:23:24.556302-04:00",
            "created_at": "2023-08-24T12:57:59.626417-04:00",
            "name": "New York Giants",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59de1048-7efc-40be-b410-4166d27c94e2/?format=api"
        }
    ]
}