GET /api/bet_types/9ae5f756-e4fb-46a4-8d37-f63771162600/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ae5f756-e4fb-46a4-8d37-f63771162600",
    "match": "https://api-prod.gambitprofit.com/api/matches/643d4887-ef9a-48c3-bad5-d2ee98c18416/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-30T08:18:14.032378-04: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": "CIN",
                "amount": 5773.0
            },
            {
                "team": "SFO",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d2aec72-535f-4313-9f20-a470d6c0f3fe",
            "gambit_id": "0055b19d-b493-4e23-81b2-9aec96972886",
            "last_updated": "2023-08-31T19:23:23.104277-04:00",
            "created_at": "2023-08-30T08:18:14.036561-04:00",
            "name": "CIN",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ae5f756-e4fb-46a4-8d37-f63771162600/?format=api"
        },
        {
            "id": "9ce1acb5-51db-430f-b2c6-e2222d390964",
            "gambit_id": "bdd1d770-e50b-4064-a33a-98b56ee98002",
            "last_updated": "2023-08-31T19:23:23.107754-04:00",
            "created_at": "2023-08-30T08:18:14.046318-04:00",
            "name": "SFO",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ae5f756-e4fb-46a4-8d37-f63771162600/?format=api"
        }
    ]
}