GET /api/bet_types/e053dfc4-1a12-4aa9-8585-e32a50f9ef27/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e053dfc4-1a12-4aa9-8585-e32a50f9ef27",
    "match": "https://api-prod.gambitprofit.com/api/matches/d423f86e-2d56-4c36-969e-105ce0d3cae6/?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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d306b989-1a3c-445b-aee3-5908ae57698c",
            "gambit_id": "c87f3a28-55e6-41e1-887f-d45071bad759",
            "last_updated": "2022-11-10T09:24:00.555179-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e053dfc4-1a12-4aa9-8585-e32a50f9ef27/?format=api"
        },
        {
            "id": "0ca3917e-2344-4828-9fa5-b2b2deefedbd",
            "gambit_id": "9bd24e41-6d79-4f23-839d-b6864dbe8d2c",
            "last_updated": "2022-11-10T09:24:00.556151-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e053dfc4-1a12-4aa9-8585-e32a50f9ef27/?format=api"
        }
    ]
}