GET /api/bet_types/85102ca3-94c8-4341-9b5a-b4f991712b3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85102ca3-94c8-4341-9b5a-b4f991712b3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3c1267d-a319-4933-81dd-1d1aa605ac53/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-07T09:27:14.451606-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": "Toronto Raptors",
                "amount": 5512.0
            },
            {
                "team": "Boston Celtics",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "27bde9a1-7860-4157-b0fb-31808681cba9",
            "gambit_id": "b6aeea71-0d19-4ab3-8147-44f0dcf2f6ac",
            "last_updated": "2023-04-08T20:47:04.480295-04:00",
            "created_at": "2023-04-07T09:27:14.456171-04:00",
            "name": "Toronto Raptors",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85102ca3-94c8-4341-9b5a-b4f991712b3c/?format=api"
        },
        {
            "id": "4b7a300b-65fa-4d25-9518-ac3a24686c36",
            "gambit_id": "ef75e0e7-0d3f-4d78-94fc-e0439f15e84f",
            "last_updated": "2023-04-08T20:47:04.477950-04:00",
            "created_at": "2023-04-07T09:27:14.453773-04:00",
            "name": "Boston Celtics",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85102ca3-94c8-4341-9b5a-b4f991712b3c/?format=api"
        }
    ]
}