GET /api/bet_types/d9591ec3-358b-452e-8142-4e454659ecf1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9591ec3-358b-452e-8142-4e454659ecf1",
    "match": "https://api-prod.gambitprofit.com/api/matches/65490352-0a64-4957-ae1a-6fc4e88de321/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-20T09:48:11.449841-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": "Arizona Coyotes",
                "amount": 6390.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "21dd90a5-8483-416f-9331-a2e623949131",
            "gambit_id": "c3d948bf-54e0-4717-96a3-45e85b5f315f",
            "last_updated": "2023-11-21T14:38:23.836156-05:00",
            "created_at": "2023-11-20T09:48:11.457105-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9591ec3-358b-452e-8142-4e454659ecf1/?format=api"
        },
        {
            "id": "f0bc0935-7a5e-40cd-a599-00597ed2255b",
            "gambit_id": "44470b7a-be60-44a9-87b0-31e70030a395",
            "last_updated": "2023-11-21T14:38:23.833040-05:00",
            "created_at": "2023-11-20T09:48:11.453497-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9591ec3-358b-452e-8142-4e454659ecf1/?format=api"
        }
    ]
}