GET /api/bet_types/25928cf6-6334-48fe-8507-84c481f17e98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25928cf6-6334-48fe-8507-84c481f17e98",
    "match": "https://api-prod.gambitprofit.com/api/matches/065ffd35-1b3d-4e6e-a0b6-b84797e0e11f/?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": "Louisville",
                "amount": 5097.0
            },
            {
                "team": "Clemson",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "6ac821dc-de8b-40bf-a98f-99b2c8dc4780",
            "gambit_id": "a019a820-ef6b-4a0a-940b-fdddb1c65c3f",
            "last_updated": "2022-11-14T10:09:05.189274-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisville",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25928cf6-6334-48fe-8507-84c481f17e98/?format=api"
        },
        {
            "id": "38c45470-5a73-4ccd-9203-6ca486d588b9",
            "gambit_id": "55574be0-261b-4a89-8974-4baa9d57b238",
            "last_updated": "2022-11-14T10:09:05.188223-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Clemson",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25928cf6-6334-48fe-8507-84c481f17e98/?format=api"
        }
    ]
}