GET /api/bet_types/0c471886-db37-410f-86ee-e86dc92b9b68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c471886-db37-410f-86ee-e86dc92b9b68",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ef435ac-31a8-416c-a0e9-85e9a0a4b03c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-05T14:19:54.485942-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": "Houston Roughnecks",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Brahmas",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc281432-b366-45ae-b550-c5d918807970",
            "gambit_id": "23ddcd5a-c657-45df-9d38-2ec8759ac0f6",
            "last_updated": "2023-03-06T19:21:47.082157-05:00",
            "created_at": "2023-03-05T14:19:54.487176-05:00",
            "name": "Houston Roughnecks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c471886-db37-410f-86ee-e86dc92b9b68/?format=api"
        },
        {
            "id": "9b0a1605-d6c6-49de-8dbc-98634f7268f1",
            "gambit_id": "8e2238b0-348d-45fa-b0ed-96fc98785d59",
            "last_updated": "2023-03-06T19:21:47.083310-05:00",
            "created_at": "2023-03-05T14:19:54.488482-05:00",
            "name": "San Antonio Brahmas",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c471886-db37-410f-86ee-e86dc92b9b68/?format=api"
        }
    ]
}