GET /api/bet_types/83c1203e-3f3d-468e-9981-4dacfce3a7a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83c1203e-3f3d-468e-9981-4dacfce3a7a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/bbf1d21f-304f-44a6-942e-0f281fd9d135/?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": "Arkansas State",
                "amount": 5000.0
            },
            {
                "team": "UL Lafayette",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b354aa69-e87c-4e5a-87a8-f997cbdae261",
            "gambit_id": "70a0f041-c2b6-4cd4-9b4d-3dc86bb54eab",
            "last_updated": "2022-10-23T19:47:04.486531-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83c1203e-3f3d-468e-9981-4dacfce3a7a9/?format=api"
        },
        {
            "id": "bcbd1cce-f11d-4b04-9e28-665bc9ee8f6a",
            "gambit_id": "15941da5-633c-4bf4-a841-810e1c581321",
            "last_updated": "2022-10-23T19:47:04.485420-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Lafayette",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83c1203e-3f3d-468e-9981-4dacfce3a7a9/?format=api"
        }
    ]
}