GET /api/bet_types/550e7225-d52d-49c1-b35d-d2cf7a63203d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "550e7225-d52d-49c1-b35d-d2cf7a63203d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f2b52af-9784-45eb-90a5-ca31040ef20c/?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": "Utah State",
                "amount": 5000.0
            },
            {
                "team": "Air Force",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0907bf0d-f4ec-40ca-9e9e-fba79d8346ff",
            "gambit_id": "8cb8f5c4-3273-4b8d-bae2-779ffdb0e85e",
            "last_updated": "2022-10-11T11:27:06.271901-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/550e7225-d52d-49c1-b35d-d2cf7a63203d/?format=api"
        },
        {
            "id": "b90fe42a-a65b-4dca-b2e7-cecabc98015b",
            "gambit_id": "6ccdf1aa-3cd7-488d-8f08-fd4f41cc8b15",
            "last_updated": "2022-10-11T11:27:06.272875-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Air Force",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/550e7225-d52d-49c1-b35d-d2cf7a63203d/?format=api"
        }
    ]
}