GET /api/bet_types/b0d48572-4abc-4abb-b25c-66a913605ea5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0d48572-4abc-4abb-b25c-66a913605ea5",
    "match": "https://api-prod.gambitprofit.com/api/matches/13d42fcc-bfe7-4af7-8fb7-0458bb5fadcb/?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": "Wyoming",
                "amount": 5097.0
            },
            {
                "team": "Colorado State",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "d1d131e9-e77a-4581-96ae-870f273121c2",
            "gambit_id": "ede37470-25cb-4ea4-b337-e8483aca8dd5",
            "last_updated": "2022-11-14T09:38:24.160492-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wyoming",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0d48572-4abc-4abb-b25c-66a913605ea5/?format=api"
        },
        {
            "id": "dc81cd52-c412-40eb-a7f3-aea2ade72db3",
            "gambit_id": "6dedcaae-c203-4a64-95aa-fb282404f406",
            "last_updated": "2022-11-14T09:38:24.159516-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado State",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0d48572-4abc-4abb-b25c-66a913605ea5/?format=api"
        }
    ]
}