GET /api/bet_types/c55fc1f8-ed32-4982-97ef-89a0071fbbac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c55fc1f8-ed32-4982-97ef-89a0071fbbac",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad187d80-d0e5-47c5-a257-20bca80c6daa/?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": "Arkansas State",
                "amount": 8509.0
            },
            {
                "team": "Massachusetts",
                "amount": 1491.0
            }
        ],
        "expected_reward_tokens": 9359.9,
        "profit_sb": 359.9,
        "profit_sb_percentage": 4.0,
        "recommended": true
    },
    "lines": [
        {
            "id": "175c02ca-1144-43a4-9622-c666fd5ea122",
            "gambit_id": "d2246dcf-b05a-45b5-93e7-743bb00e9387",
            "last_updated": "2022-11-14T10:13:47.284824-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas State",
            "reward": "1.10000",
            "odds": "1.11110",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c55fc1f8-ed32-4982-97ef-89a0071fbbac/?format=api"
        },
        {
            "id": "ffaf13d5-a029-434e-8d1f-0d58135acc20",
            "gambit_id": "db5841c6-3d2a-4a16-8cef-448b8c658017",
            "last_updated": "2022-11-14T10:13:47.285911-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Massachusetts",
            "reward": "6.28000",
            "odds": "7.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c55fc1f8-ed32-4982-97ef-89a0071fbbac/?format=api"
        }
    ]
}