GET /api/bet_types/311c5f4e-4cb6-4814-97af-989022fb95ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "311c5f4e-4cb6-4814-97af-989022fb95ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/c416c4bb-c39f-4517-9f2f-1f97211baa6e/?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": "Kansas State",
                "amount": 5000.0
            },
            {
                "team": "Texas Tech",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": 250.0,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "f19f5434-fc50-493b-a4bf-ec58c0a2e8d6",
            "gambit_id": "5dae5bab-effa-4867-a20c-9f5f9f1009d0",
            "last_updated": "2022-10-02T15:17:22.606200-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas State",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/311c5f4e-4cb6-4814-97af-989022fb95ef/?format=api"
        },
        {
            "id": "ea3b8cc3-e04d-4336-b41d-4920b5e13b6c",
            "gambit_id": "88e45c1a-645a-4621-b64b-003344d071d3",
            "last_updated": "2022-10-02T15:17:22.607454-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas Tech",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/311c5f4e-4cb6-4814-97af-989022fb95ef/?format=api"
        }
    ]
}