GET /api/bet_types/8635676b-6a2a-4d4f-8dc5-e5ff5a2e461c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8635676b-6a2a-4d4f-8dc5-e5ff5a2e461c",
    "match": "https://api-prod.gambitprofit.com/api/matches/090788e1-181a-4a3a-85cb-31c84cb31b81/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-28T09:42:06.740780-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": "Utah Jazz",
                "amount": 7221.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 2779.0
            }
        ],
        "expected_reward_tokens": 9531.72,
        "profit_sb": 31.72,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "abcb1ee9-1483-4a2f-bf74-2a7bd8cd68d8",
            "gambit_id": "96dea5a8-9924-46c4-9d0e-1813242330e2",
            "last_updated": "2023-01-30T17:46:56.749922-05:00",
            "created_at": "2023-01-28T09:42:06.741978-05:00",
            "name": "Utah Jazz",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8635676b-6a2a-4d4f-8dc5-e5ff5a2e461c/?format=api"
        },
        {
            "id": "3061b080-8c8f-4f06-869d-4a30d3129ee4",
            "gambit_id": "66243733-14d8-4869-81c3-1a54efaa2264",
            "last_updated": "2023-01-30T17:46:56.751469-05:00",
            "created_at": "2023-01-28T09:42:06.743324-05:00",
            "name": "Dallas Mavericks",
            "reward": "3.43000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8635676b-6a2a-4d4f-8dc5-e5ff5a2e461c/?format=api"
        }
    ]
}