GET /api/bet_types/47b6374a-42c3-450e-bd93-1a84919af9bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47b6374a-42c3-450e-bd93-1a84919af9bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/1407cf26-0ff9-491d-a23f-7e92e4690dd2/?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": "Minnesota Wild",
                "amount": 6389.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "f0f1b86f-6be3-4412-977b-c7bdb4ca7124",
            "gambit_id": "e16c6224-feb3-491e-bd49-861c8c31aba2",
            "last_updated": "2022-12-05T15:52:13.210633-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47b6374a-42c3-450e-bd93-1a84919af9bd/?format=api"
        },
        {
            "id": "79d8a47f-d7f1-437d-bffe-7b7c5da989a0",
            "gambit_id": "7ab20eef-a9d1-4fa2-92e6-c8f22a8e0800",
            "last_updated": "2022-12-05T15:52:13.209678-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47b6374a-42c3-450e-bd93-1a84919af9bd/?format=api"
        }
    ]
}