GET /api/bet_types/e0cde4e5-4849-475f-b7f9-b516dc3d37ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0cde4e5-4849-475f-b7f9-b516dc3d37ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/db741fa1-f7ab-43a2-a290-0468e71331b3/?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": "Louisiana Tech",
                "amount": 5000.0
            },
            {
                "team": "Mid Tenn State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "acd4dd92-2e23-4639-a230-49c895dc5cb1",
            "gambit_id": "f7d8901e-33a9-4076-943a-a5bfbc0379ec",
            "last_updated": "2022-11-06T08:58:19.470545-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisiana Tech",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0cde4e5-4849-475f-b7f9-b516dc3d37ff/?format=api"
        },
        {
            "id": "49524fb2-6b2d-4984-ab43-8548f0b4807f",
            "gambit_id": "271713e5-d4ca-4f7e-b9de-86793a60967e",
            "last_updated": "2022-11-06T08:58:19.471518-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mid Tenn State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0cde4e5-4849-475f-b7f9-b516dc3d37ff/?format=api"
        }
    ]
}