GET /api/bet_types/790bc114-93ae-4706-84e4-0fa707695624/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "790bc114-93ae-4706-84e4-0fa707695624",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6452320-8bbe-4f0d-b713-364ee11b3877/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-15T08:23:08.567054-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 (A Smith-Shawver)",
                "amount": 6812.0
            },
            {
                "team": "COL (K Freeland)",
                "amount": 3188.0
            }
        ],
        "expected_reward_tokens": 9468.36,
        "profit_sb": -31.64,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "d1947d8b-697b-410e-95b8-a7f637ece3b3",
            "gambit_id": "df40c647-6b75-46d9-95cc-30994c5a5310",
            "last_updated": "2023-06-16T10:03:12.915334-04:00",
            "created_at": "2023-06-15T08:23:08.573611-04:00",
            "name": "ATL (A Smith-Shawver)",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/790bc114-93ae-4706-84e4-0fa707695624/?format=api"
        },
        {
            "id": "96aea4db-87c9-47f4-93a5-a1014401481a",
            "gambit_id": "df41da95-f013-49de-a191-b150c33229f6",
            "last_updated": "2023-06-16T10:03:12.913092-04:00",
            "created_at": "2023-06-15T08:23:08.570448-04:00",
            "name": "COL (K Freeland)",
            "reward": "2.97000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/790bc114-93ae-4706-84e4-0fa707695624/?format=api"
        }
    ]
}