GET /api/bet_types/1c8b20a7-8426-4c9f-9cf4-896700407686/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c8b20a7-8426-4c9f-9cf4-896700407686",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ca8ea36-b969-42ac-8765-928855ab0f5d/?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": "Denver Nuggets",
                "amount": 8189.0
            },
            {
                "team": "Houston Rockets",
                "amount": 1811.0
            }
        ],
        "expected_reward_tokens": 9253.57,
        "profit_sb": 253.57,
        "profit_sb_percentage": 2.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "4dd850ad-2e99-4e18-98ff-4457f82d2fd5",
            "gambit_id": "68692f32-2e8b-46c5-b8f6-37291213d761",
            "last_updated": "2022-12-01T10:57:05.415548-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.13000",
            "odds": "1.15380",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c8b20a7-8426-4c9f-9cf4-896700407686/?format=api"
        },
        {
            "id": "25b4a93a-80e7-442f-81b5-62650e61b3f4",
            "gambit_id": "782fece2-e4c0-46ea-84e4-92ca9c3b22ec",
            "last_updated": "2022-12-01T10:57:05.416497-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "5.11000",
            "odds": "5.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c8b20a7-8426-4c9f-9cf4-896700407686/?format=api"
        }
    ]
}