GET /api/bet_types/321856dd-f7f5-48be-8f1b-80a881f70c24/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "321856dd-f7f5-48be-8f1b-80a881f70c24",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf189aab-4c37-4ec9-b03b-500dd115bc05/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-09T11:07:10.250033-04: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",
                "amount": 6163.0
            },
            {
                "team": "LAA",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "cca61ec5-0e67-4ce2-aac4-651dc78a622d",
            "gambit_id": "2b9e5ce6-f268-4940-9aa5-bba8e03a7d52",
            "last_updated": "2023-05-10T15:17:06.613356-04:00",
            "created_at": "2023-05-09T11:07:10.253163-04:00",
            "name": "HOU",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/321856dd-f7f5-48be-8f1b-80a881f70c24/?format=api"
        },
        {
            "id": "1a7f1435-66e8-4bb6-a0c5-878a3b536400",
            "gambit_id": "09d11e3f-ae6c-44d4-b4e5-964452ead498",
            "last_updated": "2023-05-10T15:17:06.611400-04:00",
            "created_at": "2023-05-09T11:07:10.251506-04:00",
            "name": "LAA",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/321856dd-f7f5-48be-8f1b-80a881f70c24/?format=api"
        }
    ]
}