GET /api/bet_types/5f449894-a1df-4474-ae1a-e4510c1369d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f449894-a1df-4474-ae1a-e4510c1369d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/d07f4368-6f4f-4f71-84fb-bd0fc1b75444/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-14T08:26:56.688857-05: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": "Boston Bruins",
                "amount": 5745.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4255.0
            }
        ],
        "expected_reward_tokens": 9019.65,
        "profit_sb": 19.65,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "e9eb3dec-9f8c-4070-95d5-61941659d4d6",
            "gambit_id": "3ebd2f2e-4c4c-434c-b99a-ecad54f9573e",
            "last_updated": "2023-01-16T10:07:22.714443-05:00",
            "created_at": "2023-01-14T08:26:56.692044-05:00",
            "name": "Boston Bruins",
            "reward": "1.57000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f449894-a1df-4474-ae1a-e4510c1369d3/?format=api"
        },
        {
            "id": "c8f91cdc-ef3c-4201-8d62-6e2cbf71bd16",
            "gambit_id": "4b14463f-80de-45e6-804c-e47927e758a4",
            "last_updated": "2023-01-16T10:07:22.717312-05:00",
            "created_at": "2023-01-14T08:26:56.695243-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.12000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f449894-a1df-4474-ae1a-e4510c1369d3/?format=api"
        }
    ]
}