GET /api/bet_types/8428ae0b-79c0-438f-80ab-22d6fcae2755/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8428ae0b-79c0-438f-80ab-22d6fcae2755",
    "match": "https://api-prod.gambitprofit.com/api/matches/6bc1b8ff-0ca4-4e66-b788-2c1aae5f796f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T09:57:09.743445-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b522e2ea-6695-4306-b280-1e0fff1bdb8f",
            "gambit_id": "925a53d0-48b9-476f-9df0-1b55b9e74832",
            "last_updated": "2023-04-03T20:12:05.988576-04:00",
            "created_at": "2023-04-02T09:57:09.746408-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8428ae0b-79c0-438f-80ab-22d6fcae2755/?format=api"
        },
        {
            "id": "3718ef3d-e5a3-46ea-8b47-96ff4f460365",
            "gambit_id": "719e5e4f-3247-406e-a040-9f718ed785e3",
            "last_updated": "2023-04-03T20:12:05.991099-04:00",
            "created_at": "2023-04-02T09:57:09.752005-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8428ae0b-79c0-438f-80ab-22d6fcae2755/?format=api"
        }
    ]
}