GET /api/bet_types/bff5deac-fbb7-464b-9b9e-b03e77341133/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bff5deac-fbb7-464b-9b9e-b03e77341133",
    "match": "https://api-prod.gambitprofit.com/api/matches/f974510b-c73a-4527-93ca-a80994fb7822/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-07T11:57:10.316556-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": "TEX",
                "amount": 6241.0
            },
            {
                "team": "LAA",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "b3648a79-cc92-4d04-919b-4b901a788f26",
            "gambit_id": "eab7a3f7-c3b6-4bc7-81c7-36a70ecc0d2c",
            "last_updated": "2023-05-08T11:47:07.624688-04:00",
            "created_at": "2023-05-07T11:57:10.320769-04:00",
            "name": "TEX",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bff5deac-fbb7-464b-9b9e-b03e77341133/?format=api"
        },
        {
            "id": "484b233e-7d40-4434-9696-d8cd483338ce",
            "gambit_id": "b3ff2474-1225-4281-8a73-e59288aaa193",
            "last_updated": "2023-05-08T11:47:07.622643-04:00",
            "created_at": "2023-05-07T11:57:10.318642-04:00",
            "name": "LAA",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bff5deac-fbb7-464b-9b9e-b03e77341133/?format=api"
        }
    ]
}