GET /api/bet_types/c658ae82-f49e-4ea6-af17-3a347e2d7d6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c658ae82-f49e-4ea6-af17-3a347e2d7d6a",
    "match": "https://api-prod.gambitprofit.com/api/matches/96df9049-c4a6-4641-a03a-01bad3cee2a1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-25T11:42:06.835607-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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "785e1a18-8b0c-4509-ad17-b55e7eea56e3",
            "gambit_id": "4fc3a6e4-9d0a-4e62-a22e-9b6c6306dc25",
            "last_updated": "2023-04-26T20:42:14.880505-04:00",
            "created_at": "2023-04-25T11:42:06.839449-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c658ae82-f49e-4ea6-af17-3a347e2d7d6a/?format=api"
        },
        {
            "id": "a0783d99-6cdb-407b-aa78-599d139754da",
            "gambit_id": "451e8a4f-690a-4b4d-8b00-f2c331a34709",
            "last_updated": "2023-04-26T20:42:14.876057-04:00",
            "created_at": "2023-04-25T11:42:06.837448-04:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c658ae82-f49e-4ea6-af17-3a347e2d7d6a/?format=api"
        }
    ]
}