GET /api/bet_types/01719a02-62db-45db-a0fd-8a88687eac6b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01719a02-62db-45db-a0fd-8a88687eac6b",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbc0c4f4-9f2b-4124-af2e-336a41affd13/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-08T09:23:25.549389-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": "TEX (J Montgomery)",
                "amount": 6825.0
            },
            {
                "team": "OAK (P Blackburn)",
                "amount": 3175.0
            }
        ],
        "expected_reward_tokens": 9555.0,
        "profit_sb": 55.0,
        "profit_sb_percentage": 0.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "26a7f7e1-c1ba-445a-8eed-945c0c6858b1",
            "gambit_id": "ac9295df-f234-435b-a898-83bfe80515d8",
            "last_updated": "2023-09-09T11:23:27.647168-04:00",
            "created_at": "2023-09-08T09:23:25.557189-04:00",
            "name": "TEX (J Montgomery)",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01719a02-62db-45db-a0fd-8a88687eac6b/?format=api"
        },
        {
            "id": "8d57f8c2-f3af-4b5f-9317-ba79b78a11bf",
            "gambit_id": "55339e3c-eeb6-4957-bba6-fb86589c2c0a",
            "last_updated": "2023-09-09T11:23:27.640039-04:00",
            "created_at": "2023-09-08T09:23:25.553453-04:00",
            "name": "OAK (P Blackburn)",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01719a02-62db-45db-a0fd-8a88687eac6b/?format=api"
        }
    ]
}