GET /api/bet_types/3defa6f2-30d4-4340-b5b8-aed41c20bff0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3defa6f2-30d4-4340-b5b8-aed41c20bff0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7059809-3d4f-4219-97d9-f718bc49b47a/?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": "Minnesota Wild",
                "amount": 6104.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "e81dacc0-2709-473c-add5-261d3777488a",
            "gambit_id": "3d537372-d8d6-4acb-a4f6-c45faba632e0",
            "last_updated": "2022-10-17T14:08:02.990813-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3defa6f2-30d4-4340-b5b8-aed41c20bff0/?format=api"
        },
        {
            "id": "de10ac1f-2085-414d-8a19-c330e0d7ac89",
            "gambit_id": "a6911d7c-cbc8-4f5e-b926-286e0321dca2",
            "last_updated": "2022-10-17T14:08:02.991798-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3defa6f2-30d4-4340-b5b8-aed41c20bff0/?format=api"
        }
    ]
}