GET /api/bet_types/39b56978-c2a7-4737-833c-ed0b55a98411/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39b56978-c2a7-4737-833c-ed0b55a98411",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e648569-8b0e-4ae4-9472-235833ebd028/?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": "MIA",
                "amount": 5410.0
            },
            {
                "team": "NYM",
                "amount": 4590.0
            }
        ],
        "expected_reward_tokens": 9088.2,
        "profit_sb": 88.2,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "a48d2d07-2b0c-4d20-875f-e5424302be27",
            "gambit_id": "dc63e084-2ef9-4ce1-b7c7-bae597873bf4",
            "last_updated": "2022-09-11T18:22:14.307668-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.68000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39b56978-c2a7-4737-833c-ed0b55a98411/?format=api"
        },
        {
            "id": "c0fba3af-b301-4f6f-8c65-e301b0355069",
            "gambit_id": "f175ff8e-f543-4210-aed6-26e4852d40a9",
            "last_updated": "2022-09-11T18:22:14.308670-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39b56978-c2a7-4737-833c-ed0b55a98411/?format=api"
        }
    ]
}