GET /api/bet_types/78ff6560-309f-44c5-af11-18f60e241168/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78ff6560-309f-44c5-af11-18f60e241168",
    "match": "https://api-prod.gambitprofit.com/api/matches/b91cab16-85ec-4271-a647-ffc66846fa1c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-10T10:03:06.999147-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": "BOS",
                "amount": 5857.0
            },
            {
                "team": "BAL",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "6cc49093-a6fa-406e-9e36-b390f837b55c",
            "gambit_id": "f5cd14fc-ae6b-4001-bb9c-e66fe1383eec",
            "last_updated": "2023-09-12T11:28:11.099942-04:00",
            "created_at": "2023-09-10T10:03:07.011276-04:00",
            "name": "BOS",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78ff6560-309f-44c5-af11-18f60e241168/?format=api"
        },
        {
            "id": "f47f280a-2ab1-49a9-b1bb-58cd77fcb611",
            "gambit_id": "94c451d0-d9a1-4a63-a3d2-edbbc1fd90d2",
            "last_updated": "2023-09-12T11:28:11.096444-04:00",
            "created_at": "2023-09-10T10:03:07.005837-04:00",
            "name": "BAL",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78ff6560-309f-44c5-af11-18f60e241168/?format=api"
        }
    ]
}