GET /api/bet_types/1e08c281-0a1e-4b47-85ef-2fb867abf806/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e08c281-0a1e-4b47-85ef-2fb867abf806",
    "match": "https://api-prod.gambitprofit.com/api/matches/70ad5580-8cd4-4f00-85af-c78b1f9ac37c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-09T11:12:01.664515-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": "Detroit Red Wings",
                "amount": 6241.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "5c7ee6b2-163c-489d-9f13-2a5e71c4369c",
            "gambit_id": "3e591467-b8f9-43b2-8df8-e69a3c729416",
            "last_updated": "2023-02-11T19:51:52.517235-05:00",
            "created_at": "2023-02-09T11:12:01.665934-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e08c281-0a1e-4b47-85ef-2fb867abf806/?format=api"
        },
        {
            "id": "2432e298-220b-4a79-9749-1359a9055063",
            "gambit_id": "d7566082-aa4f-4a28-b874-b5e91fb5cb36",
            "last_updated": "2023-02-11T19:51:52.518419-05:00",
            "created_at": "2023-02-09T11:12:01.667290-05:00",
            "name": "Calgary Flames",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e08c281-0a1e-4b47-85ef-2fb867abf806/?format=api"
        }
    ]
}