GET /api/bet_types/9dbe3459-1e85-41f0-a598-fed32f881f94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9dbe3459-1e85-41f0-a598-fed32f881f94",
    "match": "https://api-prod.gambitprofit.com/api/matches/78539bfd-21de-4a50-a16e-2128e4810628/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-07T08:38:23.914045-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": "Minnesota Wild",
                "amount": 7052.0
            },
            {
                "team": "New York Islanders",
                "amount": 2948.0
            }
        ],
        "expected_reward_tokens": 9520.2,
        "profit_sb": 20.2,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "9cf7fe8c-4207-4573-b3bf-62042319b70f",
            "gambit_id": "ce68cdc8-162a-4989-b280-a0f3fcbebdab",
            "last_updated": "2023-11-08T17:48:20.141757-05:00",
            "created_at": "2023-11-07T08:38:23.926443-05:00",
            "name": "Minnesota Wild",
            "reward": "1.35000",
            "odds": "1.36360",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dbe3459-1e85-41f0-a598-fed32f881f94/?format=api"
        },
        {
            "id": "d1d8ee8f-d94b-499b-9ed3-7bfb7f6cd5dc",
            "gambit_id": "ef4945e7-9252-49d5-baab-d85f2bd886f7",
            "last_updated": "2023-11-08T17:48:20.137564-05:00",
            "created_at": "2023-11-07T08:38:23.919251-05:00",
            "name": "New York Islanders",
            "reward": "3.23000",
            "odds": "3.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dbe3459-1e85-41f0-a598-fed32f881f94/?format=api"
        }
    ]
}