GET /api/bet_types/37d9e379-7925-4589-8789-7aa0a1b378bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37d9e379-7925-4589-8789-7aa0a1b378bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/4edef9d8-f01c-452d-b3ec-96d04bbb86a2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:13:16.372759-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": "Dallas Cowboys",
                "amount": 5000.0
            },
            {
                "team": "Washington Commanders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cbc14258-d3ba-474b-a4c9-5a70b5339158",
            "gambit_id": "46c61654-ee89-4d4b-9bd8-e6631dd8e70b",
            "last_updated": "2023-11-24T10:28:21.781168-05:00",
            "created_at": "2023-11-22T09:13:16.381068-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37d9e379-7925-4589-8789-7aa0a1b378bd/?format=api"
        },
        {
            "id": "96596c22-c89a-4fb2-8a7a-1f742d4e1b10",
            "gambit_id": "e067de35-e01d-475e-8cb2-5bdff9efa027",
            "last_updated": "2023-11-24T10:28:21.777948-05:00",
            "created_at": "2023-11-22T09:13:16.377104-05:00",
            "name": "Washington Commanders",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37d9e379-7925-4589-8789-7aa0a1b378bd/?format=api"
        }
    ]
}