GET /api/bet_types/9bdaaa82-ecd8-48eb-823e-bbb6c3acafa5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9bdaaa82-ecd8-48eb-823e-bbb6c3acafa5",
    "match": "https://api-prod.gambitprofit.com/api/matches/8964d775-ee7f-461b-a940-a91a7a976c31/?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": "Chicago Blackhawks",
                "amount": 6336.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "ba9906c0-a7df-4037-9f24-79caace97b1f",
            "gambit_id": "2b23acfc-9bce-4fa2-80f4-0183e03e3ebf",
            "last_updated": "2022-12-10T18:46:59.546696-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bdaaa82-ecd8-48eb-823e-bbb6c3acafa5/?format=api"
        },
        {
            "id": "49ae90ab-2f83-46e4-ba84-9d528f1e722c",
            "gambit_id": "b703dc0f-cbc0-4c77-ae5b-412a0f604240",
            "last_updated": "2022-12-10T18:46:59.547909-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bdaaa82-ecd8-48eb-823e-bbb6c3acafa5/?format=api"
        }
    ]
}