GET /api/bet_types/f9a7a0f6-4f14-4fcd-8a32-819b52b82cdc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9a7a0f6-4f14-4fcd-8a32-819b52b82cdc",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ca00c1d-d555-4486-a8b2-c247c3ba442e/?format=api",
    "name": "Play the Odds",
    "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": "ARI",
                "amount": 5780.0
            },
            {
                "team": "MIL",
                "amount": 4220.0
            }
        ],
        "expected_reward_tokens": 9537.0,
        "profit_sb": 37.0,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "e457b43b-fc97-467c-881a-22f5c12f7260",
            "gambit_id": "6a6abf51-37db-4a0b-8cd9-8b5637708678",
            "last_updated": "2022-10-06T10:17:06.129478-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9a7a0f6-4f14-4fcd-8a32-819b52b82cdc/?format=api"
        },
        {
            "id": "ecb3797f-f5ff-4950-ba4e-a8648a924d26",
            "gambit_id": "f8bdc5e3-6910-4c4e-bb6b-5662439d73f5",
            "last_updated": "2022-10-06T10:17:06.128503-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9a7a0f6-4f14-4fcd-8a32-819b52b82cdc/?format=api"
        }
    ]
}