GET /api/bet_types/1c370cc4-5dc9-47db-aeab-be7cb310c562/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c370cc4-5dc9-47db-aeab-be7cb310c562",
    "match": "https://api-prod.gambitprofit.com/api/matches/242879d4-adb9-4e43-b99a-f436a828f058/?format=api",
    "name": "FreeForm",
    "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": "Under 400½ Yards",
                "amount": 5000.0
            },
            {
                "team": "Over 400½ Yards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8850.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "5564569a-aa95-4ac4-8a59-e26326379628",
            "gambit_id": "9ce4134a-f37e-42c8-a165-b5648c943015",
            "last_updated": "2022-09-25T15:32:17.787462-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Under 400½ Yards",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c370cc4-5dc9-47db-aeab-be7cb310c562/?format=api"
        },
        {
            "id": "adb13907-ddac-45c1-a48d-bd8316661861",
            "gambit_id": "d1258450-0386-4fc0-adbe-bd22938e7e52",
            "last_updated": "2022-09-25T15:32:17.788660-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Over 400½ Yards",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c370cc4-5dc9-47db-aeab-be7cb310c562/?format=api"
        }
    ]
}