GET /api/bet_types/2591ef9d-3911-4239-b10c-8254063be310/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2591ef9d-3911-4239-b10c-8254063be310",
    "match": "https://api-prod.gambitprofit.com/api/matches/b8ced519-3c46-4b24-b2bc-3ab5a2bccf3c/?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": "MIL",
                "amount": 5489.0
            },
            {
                "team": "CIN",
                "amount": 4511.0
            }
        ],
        "expected_reward_tokens": 9111.74,
        "profit_sb": 111.74,
        "profit_sb_percentage": 1.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "f2ed2299-1bc3-4f60-a103-787347221861",
            "gambit_id": "de9f908a-2e0f-497f-9e76-6ec84030edcf",
            "last_updated": "2022-09-12T10:57:17.092622-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.66000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2591ef9d-3911-4239-b10c-8254063be310/?format=api"
        },
        {
            "id": "380968e7-81de-4558-9180-be4d2875fb96",
            "gambit_id": "6bd9d7c5-fae2-4393-a70a-3823a6b36ad0",
            "last_updated": "2022-09-12T10:57:17.093658-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "2.02000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2591ef9d-3911-4239-b10c-8254063be310/?format=api"
        }
    ]
}