GET /api/bet_types/0f4f20ea-0c5f-4b1e-b0aa-a9078131a1a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f4f20ea-0c5f-4b1e-b0aa-a9078131a1a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/286a41c5-1f45-4092-81a7-78d7bdb01ed0/?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": "Edmonton Oilers",
                "amount": 6042.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3958.0
            }
        ],
        "expected_reward_tokens": 9182.56,
        "profit_sb": 182.56,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "84700c86-7b0f-47d3-9fa7-5687cf8ff659",
            "gambit_id": "c0eef078-496d-40ac-8f18-14a36ecd5ae7",
            "last_updated": "2022-11-09T09:43:05.141667-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.52000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f4f20ea-0c5f-4b1e-b0aa-a9078131a1a9/?format=api"
        },
        {
            "id": "7590536b-4eb8-47b0-b812-c45f0750dad7",
            "gambit_id": "a6f83713-f00b-4077-b623-189daa863645",
            "last_updated": "2022-11-09T09:43:05.140642-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.32000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f4f20ea-0c5f-4b1e-b0aa-a9078131a1a9/?format=api"
        }
    ]
}