GET /api/bet_types/5025542b-d33f-45d8-a2d5-6cbcdfdf6c04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5025542b-d33f-45d8-a2d5-6cbcdfdf6c04",
    "match": "https://api-prod.gambitprofit.com/api/matches/42dbb371-7530-4db5-aad9-39d7e321303a/?format=api",
    "name": "Pick the Winner",
    "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": "HOU (J Verlander)",
                "amount": 6152.0
            },
            {
                "team": "CLE (Z Plesac)",
                "amount": 3848.0
            }
        ],
        "expected_reward_tokens": 9350.64,
        "profit_sb": 350.64,
        "profit_sb_percentage": 3.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "73bccf36-3cfa-4ab2-8980-caebe5e5916a",
            "gambit_id": "c8136ef5-dfb3-4db5-ba0a-25f788a435dd",
            "last_updated": "2022-08-05T10:01:53.096461-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (J Verlander)",
            "reward": "1.52000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5025542b-d33f-45d8-a2d5-6cbcdfdf6c04/?format=api"
        },
        {
            "id": "9fc1a1cd-efb3-4399-bf4b-6f4c2d775144",
            "gambit_id": "cde3542c-f194-4554-89df-8c53fc709dfe",
            "last_updated": "2022-08-05T10:01:53.096047-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (Z Plesac)",
            "reward": "2.43000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5025542b-d33f-45d8-a2d5-6cbcdfdf6c04/?format=api"
        }
    ]
}