GET /api/bet_types/7c879b0f-308a-47cc-b0f8-d7ae5bef27c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c879b0f-308a-47cc-b0f8-d7ae5bef27c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/d24e1c52-558f-4499-a446-aeade5c54eec/?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": "Kentucky",
                "amount": 5000.0
            },
            {
                "team": "South Carolina",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "bf511afa-b23a-4d74-a883-3c1b4d4eccb9",
            "gambit_id": "3c4089b2-3632-4085-a46c-7fe58ba4c2f6",
            "last_updated": "2022-10-11T11:32:04.132724-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kentucky",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c879b0f-308a-47cc-b0f8-d7ae5bef27c7/?format=api"
        },
        {
            "id": "89787271-5a6b-4da6-a555-c1b0a74c0030",
            "gambit_id": "fa543349-d3d7-4601-97af-22a2afa5b3fe",
            "last_updated": "2022-10-11T11:32:04.133692-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Carolina",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c879b0f-308a-47cc-b0f8-d7ae5bef27c7/?format=api"
        }
    ]
}