GET /api/bet_types/d88de463-876b-44ba-8c4c-175b02974bf9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d88de463-876b-44ba-8c4c-175b02974bf9",
    "match": "https://api-prod.gambitprofit.com/api/matches/aefa28e4-facd-4bcd-b4fd-d0e7db2f4c73/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T09:06:55.892701-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": "Dallas Stars",
                "amount": 5098.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "8b9060d4-4b57-4f4e-9209-3862a917cf19",
            "gambit_id": "5c383e02-3b0d-48b4-b54f-82f5ba3d69ef",
            "last_updated": "2022-12-25T18:02:04.444381-05:00",
            "created_at": "2022-12-23T09:06:55.893794-05:00",
            "name": "Dallas Stars",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d88de463-876b-44ba-8c4c-175b02974bf9/?format=api"
        },
        {
            "id": "f4ced5df-3375-4ecd-911c-d9bea296d137",
            "gambit_id": "cd28e4f3-b105-47b0-830b-48439dfcc688",
            "last_updated": "2022-12-25T18:02:04.445610-05:00",
            "created_at": "2022-12-23T09:06:55.894946-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d88de463-876b-44ba-8c4c-175b02974bf9/?format=api"
        }
    ]
}