GET /api/bet_types/a493290e-3aaa-4631-a8a4-8326c96a6541/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a493290e-3aaa-4631-a8a4-8326c96a6541",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca3875e3-b0a2-434e-9824-e56ae81dc91b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-18T09:38:26.428960-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ab126330-d22d-4eb4-a00c-38b980d8f479",
            "gambit_id": "00e48da7-a13d-4a8f-97c5-c737083bc948",
            "last_updated": "2023-11-20T14:38:31.493483-05:00",
            "created_at": "2023-11-18T09:38:26.433437-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a493290e-3aaa-4631-a8a4-8326c96a6541/?format=api"
        },
        {
            "id": "08f9e82e-a62e-4ec7-bb7e-49a5b2a54c2a",
            "gambit_id": "9936c8e5-b5f1-4e45-b764-df86c69be6e8",
            "last_updated": "2023-11-20T14:38:31.497234-05:00",
            "created_at": "2023-11-18T09:38:26.437937-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a493290e-3aaa-4631-a8a4-8326c96a6541/?format=api"
        }
    ]
}