GET /api/bet_types/8a1863ee-eb7d-4770-acad-ae3a222ebff7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a1863ee-eb7d-4770-acad-ae3a222ebff7",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac125847-8304-43a8-86cf-3b77aa88e48e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-10T09:38:07.068849-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": "CHC",
                "amount": 5699.0
            },
            {
                "team": "SFO",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7286911-0a6c-4661-82ba-7216b616793b",
            "gambit_id": "ecf6cdd6-606e-4a42-9cc4-1064b00a8f42",
            "last_updated": "2023-06-11T11:13:01.395331-04:00",
            "created_at": "2023-06-10T09:38:07.070974-04:00",
            "name": "CHC",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a1863ee-eb7d-4770-acad-ae3a222ebff7/?format=api"
        },
        {
            "id": "4889a509-4398-4bc3-93f9-f386e46055ee",
            "gambit_id": "8c37099d-10cf-4933-b8b6-156ee7e81f27",
            "last_updated": "2023-06-11T11:13:01.397221-04:00",
            "created_at": "2023-06-10T09:38:07.073325-04:00",
            "name": "SFO",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a1863ee-eb7d-4770-acad-ae3a222ebff7/?format=api"
        }
    ]
}