GET /api/bet_types/ef159ffa-8f21-4c42-a8b1-c989ec4b320a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef159ffa-8f21-4c42-a8b1-c989ec4b320a",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc16a9ec-8f2d-428b-afaa-99017446a4a6/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Ohio",
                "amount": 5000.0
            },
            {
                "team": "Northern Illinois",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a630e93-dfe0-4b74-a4f7-4b6bff4d1f7d",
            "gambit_id": "e0d5d359-0990-429f-9340-02dd2af4363a",
            "last_updated": "2022-10-23T12:52:21.812643-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef159ffa-8f21-4c42-a8b1-c989ec4b320a/?format=api"
        },
        {
            "id": "a4d94eb4-ab65-41e4-83ac-7d5a996a2b60",
            "gambit_id": "9edd3fb7-d95f-4628-89e4-d1ba62d29d6e",
            "last_updated": "2022-10-23T12:52:21.813656-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northern Illinois",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef159ffa-8f21-4c42-a8b1-c989ec4b320a/?format=api"
        }
    ]
}