GET /api/bet_types/4bf47cb6-344f-406c-aa3a-805234013ade/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bf47cb6-344f-406c-aa3a-805234013ade",
    "match": "https://api-prod.gambitprofit.com/api/matches/94f36ec7-9f56-4350-b3d2-e07b5253f107/?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": "Buffalo Sabres",
                "amount": 6650.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3350.0
            }
        ],
        "expected_reward_tokens": 9110.5,
        "profit_sb": 110.5,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "a58b990d-3648-48d3-97c9-b8e516410ecc",
            "gambit_id": "0775e80e-74ea-458e-baeb-447e20b75bb1",
            "last_updated": "2022-11-03T09:48:18.643754-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.37000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bf47cb6-344f-406c-aa3a-805234013ade/?format=api"
        },
        {
            "id": "6ea1f1a6-bf65-4ac4-9bb9-aea54e2d526f",
            "gambit_id": "d39ff607-283e-4272-9970-4f513460c590",
            "last_updated": "2022-11-03T09:48:18.644712-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.72000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bf47cb6-344f-406c-aa3a-805234013ade/?format=api"
        }
    ]
}