GET /api/bet_types/ed4b4789-21ca-429f-96ad-e6a0973a11cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed4b4789-21ca-429f-96ad-e6a0973a11cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f3e7a5b-8f26-41c3-9e98-6eb6dd7c1913/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-21T08:58:03.599134-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": "NYY (G Cole)",
                "amount": 5604.0
            },
            {
                "team": "TOR (J Berrios)",
                "amount": 4396.0
            }
        ],
        "expected_reward_tokens": 9582.84,
        "profit_sb": 82.84,
        "profit_sb_percentage": 0.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "bd6bdba6-dd13-477b-9fb4-f0048648c2f8",
            "gambit_id": "fd0d40e3-1916-4d0b-9d81-158b184e21fb",
            "last_updated": "2023-09-22T11:03:13.935683-04:00",
            "created_at": "2023-09-21T08:58:03.608793-04:00",
            "name": "NYY (G Cole)",
            "reward": "1.71000",
            "odds": "1.74630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed4b4789-21ca-429f-96ad-e6a0973a11cb/?format=api"
        },
        {
            "id": "d49467ba-883f-47ee-b0e1-2ad9fe9f3bc0",
            "gambit_id": "f1de4eb8-746e-48c2-be8f-92c3a6c8bbed",
            "last_updated": "2023-09-22T11:03:13.932255-04:00",
            "created_at": "2023-09-21T08:58:03.603594-04:00",
            "name": "TOR (J Berrios)",
            "reward": "2.18000",
            "odds": "2.24000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed4b4789-21ca-429f-96ad-e6a0973a11cb/?format=api"
        }
    ]
}