GET /api/bet_types/e5700c35-3cb4-45de-a0fb-666a23c2ed37/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5700c35-3cb4-45de-a0fb-666a23c2ed37",
    "match": "https://api-prod.gambitprofit.com/api/matches/fcdd4ffa-dc9a-4eb3-93c4-46bb5270f532/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-30T10:27:10.484203-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d2e900a-7a97-4ec7-8e26-d382121c6f2a",
            "gambit_id": "be0cb46e-4bcb-403d-9186-4bd84b9b6b35",
            "last_updated": "2022-12-31T11:37:10.698316-05:00",
            "created_at": "2022-12-30T10:27:10.486567-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5700c35-3cb4-45de-a0fb-666a23c2ed37/?format=api"
        },
        {
            "id": "4a0e2750-a212-4232-9836-0bda1370b513",
            "gambit_id": "40b493a0-5558-4014-976f-69f4f5fa3764",
            "last_updated": "2022-12-31T11:37:10.697210-05:00",
            "created_at": "2022-12-30T10:27:10.485359-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5700c35-3cb4-45de-a0fb-666a23c2ed37/?format=api"
        }
    ]
}