GET /api/bet_types/37e71548-5d94-4927-a0c4-6c80a4d52a3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37e71548-5d94-4927-a0c4-6c80a4d52a3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bbb24e1-c694-40de-aa1a-b5eac0fc1ca0/?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": "Miami-Ohio",
                "amount": 5000.0
            },
            {
                "team": "Buffalo",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "9c6a4eb6-6820-4a8d-8463-0404ab82bcee",
            "gambit_id": "dc27a40c-8955-49b1-88dd-c3a194bd1e30",
            "last_updated": "2022-10-02T20:07:03.048709-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami-Ohio",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37e71548-5d94-4927-a0c4-6c80a4d52a3a/?format=api"
        },
        {
            "id": "29ac53d6-537e-4518-82f9-8d08a239516f",
            "gambit_id": "60a73627-05b4-4c91-b233-e07e59eaff59",
            "last_updated": "2022-10-02T20:07:03.047693-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37e71548-5d94-4927-a0c4-6c80a4d52a3a/?format=api"
        }
    ]
}