GET /api/bet_types/03207a19-d290-49c5-9816-b336b0763067/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03207a19-d290-49c5-9816-b336b0763067",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bf80e42-085f-4da6-93da-2a0c66f6c3f8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-06T13:22:12.112184-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": "Phoenix Suns",
                "amount": 8590.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 1410.0
            }
        ],
        "expected_reward_tokens": 9531.6,
        "profit_sb": 31.6,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "e26f8585-4c94-41bb-a7b5-2d582fa1c527",
            "gambit_id": "bf6e39d6-7996-4d23-857d-d51c55d02957",
            "last_updated": "2023-04-07T20:27:06.410602-04:00",
            "created_at": "2023-04-06T13:22:12.113898-04:00",
            "name": "Phoenix Suns",
            "reward": "1.11000",
            "odds": "1.11110",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03207a19-d290-49c5-9816-b336b0763067/?format=api"
        },
        {
            "id": "0abce8b0-ac19-4ffe-891d-65fe8c1114bf",
            "gambit_id": "3b9a9b80-c9ab-42a5-b817-18783f6a3184",
            "last_updated": "2023-04-07T20:27:06.412412-04:00",
            "created_at": "2023-04-06T13:22:12.115574-04:00",
            "name": "Denver Nuggets",
            "reward": "6.76000",
            "odds": "7.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03207a19-d290-49c5-9816-b336b0763067/?format=api"
        }
    ]
}