GET /api/bet_types/6e01e599-7d3c-49a3-8977-7dab0231bdd5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e01e599-7d3c-49a3-8977-7dab0231bdd5",
    "match": "https://api-prod.gambitprofit.com/api/matches/68c99a73-cbf4-4fc9-a0a4-2e8d645a7649/?format=api",
    "name": "Pick the Winner",
    "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": 6173.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "d81890fd-05db-436e-80b6-3ffde0b36507",
            "gambit_id": "39d9283b-4f16-492f-b7f7-98805df4abc3",
            "last_updated": "2022-10-31T11:07:08.862835-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e01e599-7d3c-49a3-8977-7dab0231bdd5/?format=api"
        },
        {
            "id": "3408f2a6-9d32-4b45-9992-55dafa0233ee",
            "gambit_id": "3fb51cab-6568-4c3a-8fa8-448aee39d5ad",
            "last_updated": "2022-10-31T11:07:08.863762-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e01e599-7d3c-49a3-8977-7dab0231bdd5/?format=api"
        }
    ]
}