GET /api/bet_types/34293072-f8ed-419f-ad5c-a8b15b88d7a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34293072-f8ed-419f-ad5c-a8b15b88d7a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0d06a5f-18b8-4a58-9977-5dd858fcfa5b/?format=api",
    "name": "Pick the Winner",
    "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": "Louisiana Tech",
                "amount": 6774.0
            },
            {
                "team": "Florida Intl",
                "amount": 3226.0
            }
        ],
        "expected_reward_tokens": 9483.6,
        "profit_sb": -16.4,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "c35f9531-9169-4e72-af1a-4e3e08b601f9",
            "gambit_id": "96c4159f-5d5d-4abf-88ef-3826f9f2fcba",
            "last_updated": "2022-10-29T18:57:23.238877-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisiana Tech",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34293072-f8ed-419f-ad5c-a8b15b88d7a5/?format=api"
        },
        {
            "id": "f991a442-3684-4ed5-93f7-769ff34eb5b9",
            "gambit_id": "4d0a3631-214f-4c6c-bebe-23bb920b1cc2",
            "last_updated": "2022-10-29T18:57:23.239980-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Intl",
            "reward": "2.94000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34293072-f8ed-419f-ad5c-a8b15b88d7a5/?format=api"
        }
    ]
}