GET /api/bet_types/ea95c66d-006a-45da-887b-9282a84314d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea95c66d-006a-45da-887b-9282a84314d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/45f6f458-7bb6-4d70-8aa0-5a6deb6ce9ce/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-06T08:38:17.590481-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": "ATL (C Morton)",
                "amount": 5515.0
            },
            {
                "team": "CHC (J Steele)",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9596.1,
        "profit_sb": 96.1,
        "profit_sb_percentage": 1.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "896889cb-cc5a-4e58-a8a1-90ef5a59cb1f",
            "gambit_id": "36caa7ed-f137-4ad6-9109-65ba10de8f03",
            "last_updated": "2023-08-07T19:23:06.975023-04:00",
            "created_at": "2023-08-06T08:38:17.595159-04:00",
            "name": "ATL (C Morton)",
            "reward": "1.74000",
            "odds": "1.77520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea95c66d-006a-45da-887b-9282a84314d7/?format=api"
        },
        {
            "id": "1836e931-7e18-401c-810a-8181fc28668f",
            "gambit_id": "959342e6-2615-4994-ace3-57fa8a7c0218",
            "last_updated": "2023-08-07T19:23:06.978827-04:00",
            "created_at": "2023-08-06T08:38:17.600941-04:00",
            "name": "CHC (J Steele)",
            "reward": "2.14000",
            "odds": "2.19000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea95c66d-006a-45da-887b-9282a84314d7/?format=api"
        }
    ]
}