GET /api/bet_types/27ff8e5b-e431-4d04-83e1-74bc4caa92f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27ff8e5b-e431-4d04-83e1-74bc4caa92f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9a0d751-c3c0-4d45-a934-c2f792c2c571/?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": "Arizona Coyotes",
                "amount": 5106.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "92db6191-5d66-4320-8f07-26ae039ff8a8",
            "gambit_id": "db6ba200-4db2-46ab-88ae-1b5b55d32298",
            "last_updated": "2022-10-24T10:17:10.147026-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27ff8e5b-e431-4d04-83e1-74bc4caa92f3/?format=api"
        },
        {
            "id": "06744e66-38c5-4329-98da-a124afd79987",
            "gambit_id": "ef97159e-b9f2-47ad-8dd1-08ed0fd83d9c",
            "last_updated": "2022-10-24T10:17:10.146003-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27ff8e5b-e431-4d04-83e1-74bc4caa92f3/?format=api"
        }
    ]
}