GET /api/bet_types/f138e598-cb25-4c01-baaf-f7f69c4a530d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f138e598-cb25-4c01-baaf-f7f69c4a530d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0640d0e1-f2f4-4883-8bb6-321a5c6839d6/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Vegas Golden Knights",
                "amount": 6389.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "f1707ed6-d87f-482c-8f3e-1fbb8faf52c2",
            "gambit_id": "4779e50f-f9cd-4483-a4a5-59580172c709",
            "last_updated": "2022-12-17T09:52:20.169625-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f138e598-cb25-4c01-baaf-f7f69c4a530d/?format=api"
        },
        {
            "id": "8bbf12b1-045a-4fcc-9306-0e1cc5cfda1e",
            "gambit_id": "39b4b66d-398b-4bac-ae34-0be50fa348c1",
            "last_updated": "2022-12-17T09:52:20.168459-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f138e598-cb25-4c01-baaf-f7f69c4a530d/?format=api"
        }
    ]
}