GET /api/bet_types/91aefd8d-1002-4238-a676-6a0a2dc0ff5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91aefd8d-1002-4238-a676-6a0a2dc0ff5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/d35ad072-0b47-4b1d-ba75-d6e376da2128/?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": "Indiana",
                "amount": 5000.0
            },
            {
                "team": "Western Kentucky",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a0fbec6-0f06-4147-bcae-fb774427a8f9",
            "gambit_id": "23ced836-a2d1-40a5-9ba0-cd62f59117f4",
            "last_updated": "2022-09-18T20:52:20.516304-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91aefd8d-1002-4238-a676-6a0a2dc0ff5a/?format=api"
        },
        {
            "id": "f60b6544-9c17-4850-a291-177582c1b26e",
            "gambit_id": "95c1ff5e-9f48-450d-8ed6-f56569591c32",
            "last_updated": "2022-09-18T20:52:20.517441-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Kentucky",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91aefd8d-1002-4238-a676-6a0a2dc0ff5a/?format=api"
        }
    ]
}