GET /api/bet_types/9e91da3b-3661-441c-a09a-1318bf01f740/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e91da3b-3661-441c-a09a-1318bf01f740",
    "match": "https://api-prod.gambitprofit.com/api/matches/91e175ec-4d82-4165-b743-0fb0e560651d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:12.344440-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": "Vermont",
                "amount": 5000.0
            },
            {
                "team": "Marquette",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ea272b7-3479-47c4-9630-9b1f44eda414",
            "gambit_id": "dbd2c60b-0503-4dd0-a4e6-8d73fcc6355b",
            "last_updated": "2023-03-18T11:47:25.931870-04:00",
            "created_at": "2023-03-14T19:52:12.348103-04:00",
            "name": "Vermont",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e91da3b-3661-441c-a09a-1318bf01f740/?format=api"
        },
        {
            "id": "5968e7e1-2076-454f-b4f2-792574ceca86",
            "gambit_id": "f298a2c7-bebf-440e-9b52-cc090a8ca141",
            "last_updated": "2023-03-18T11:47:25.930157-04:00",
            "created_at": "2023-03-14T19:52:12.345863-04:00",
            "name": "Marquette",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e91da3b-3661-441c-a09a-1318bf01f740/?format=api"
        }
    ]
}