GET /api/bet_types/0cae4f8d-391c-44d5-a8c2-b6e210ad5c93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0cae4f8d-391c-44d5-a8c2-b6e210ad5c93",
    "match": "https://api-prod.gambitprofit.com/api/matches/d29bca62-9329-4d72-a450-ad6fb836439f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-05T08:33:05.395567-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "b7645133-9969-4411-8fdb-32f62396c20f",
            "gambit_id": "bfee3c43-2754-4b07-919f-e17d275751ca",
            "last_updated": "2023-11-06T21:33:18.299102-05:00",
            "created_at": "2023-11-05T08:33:05.404814-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cae4f8d-391c-44d5-a8c2-b6e210ad5c93/?format=api"
        },
        {
            "id": "e9c79ffe-4791-4b0b-80c2-e7d449429d94",
            "gambit_id": "824bfba0-a05e-4358-b7ce-5e9b54ab5dbc",
            "last_updated": "2023-11-06T21:33:18.295480-05:00",
            "created_at": "2023-11-05T08:33:05.399728-05:00",
            "name": "Toronto Raptors",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cae4f8d-391c-44d5-a8c2-b6e210ad5c93/?format=api"
        }
    ]
}