GET /api/bet_types/2e50a31f-a479-4932-9801-155362e8c253/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e50a31f-a479-4932-9801-155362e8c253",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e8f0a2c-48b5-4f21-8a56-3bad0beb5138/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-05T11:47:05.585833-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": "SFO",
                "amount": 5867.0
            },
            {
                "team": "MIL",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "de3982a9-4c3a-47fd-a67e-76ac50d2d2de",
            "gambit_id": "124d8392-7350-4d65-b3c3-e20175dacf28",
            "last_updated": "2023-05-06T11:52:01.774384-04:00",
            "created_at": "2023-05-05T11:47:05.587379-04:00",
            "name": "SFO",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e50a31f-a479-4932-9801-155362e8c253/?format=api"
        },
        {
            "id": "f258efd8-22a0-4ae6-be0c-d0f1067e784b",
            "gambit_id": "4356e488-7f5c-4c4d-b5f5-b9f70d582b03",
            "last_updated": "2023-05-06T11:52:01.775605-04:00",
            "created_at": "2023-05-05T11:47:05.589093-04:00",
            "name": "MIL",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e50a31f-a479-4932-9801-155362e8c253/?format=api"
        }
    ]
}