GET /api/bet_types/54cc0591-a09d-48c2-93c8-a849626071f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54cc0591-a09d-48c2-93c8-a849626071f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3b5ecb3-2a6d-4ffb-9c61-f32581c66801/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-23T09:38:27.514915-04: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": "SDG (N Martinez)",
                "amount": 6359.0
            },
            {
                "team": "STL (J Woodford)",
                "amount": 3641.0
            }
        ],
        "expected_reward_tokens": 9538.5,
        "profit_sb": 38.5,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "83bb5789-874b-4b5b-a7d0-ea48e9f93dac",
            "gambit_id": "002cfa8b-3ab9-4a58-b0b1-1d387890ff52",
            "last_updated": "2023-09-25T14:23:20.544684-04:00",
            "created_at": "2023-09-23T09:38:27.526287-04:00",
            "name": "SDG (N Martinez)",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54cc0591-a09d-48c2-93c8-a849626071f0/?format=api"
        },
        {
            "id": "09a4f67d-9b13-4cc1-b037-99529a096d16",
            "gambit_id": "1c5bba8e-2251-4237-b649-82d770692cd5",
            "last_updated": "2023-09-25T14:23:20.541337-04:00",
            "created_at": "2023-09-23T09:38:27.521916-04:00",
            "name": "STL (J Woodford)",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54cc0591-a09d-48c2-93c8-a849626071f0/?format=api"
        }
    ]
}