GET /api/bet_types/aa4406a4-65f3-4054-98fa-8d265706c746/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa4406a4-65f3-4054-98fa-8d265706c746",
    "match": "https://api-prod.gambitprofit.com/api/matches/47611236-96ac-4cee-b1b0-13711eadfb54/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:10.465116-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": "Arkansas",
                "amount": 5000.0
            },
            {
                "team": "Illinois",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "638449de-0d91-4fc8-955c-e428413ae5cd",
            "gambit_id": "6067128f-1715-4e61-84da-39f178850836",
            "last_updated": "2023-03-17T10:42:25.408390-04:00",
            "created_at": "2023-03-14T19:52:10.466732-04:00",
            "name": "Arkansas",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa4406a4-65f3-4054-98fa-8d265706c746/?format=api"
        },
        {
            "id": "4b9eb203-13d6-4885-83fc-204bbd1efb85",
            "gambit_id": "8e611ccc-1708-4d15-90f7-39815749e7d0",
            "last_updated": "2023-03-17T10:42:25.409547-04:00",
            "created_at": "2023-03-14T19:52:10.468501-04:00",
            "name": "Illinois",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa4406a4-65f3-4054-98fa-8d265706c746/?format=api"
        }
    ]
}