GET /api/bet_types/d8974b7f-6b8e-4cb5-a5e8-0ce6530efbb2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8974b7f-6b8e-4cb5-a5e8-0ce6530efbb2",
    "match": "https://api-prod.gambitprofit.com/api/matches/44d3088c-290f-4492-84e6-7cff65dc4536/?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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b24d081-3076-492e-b898-5ddfaa27ce12",
            "gambit_id": "062700f3-6cb5-4807-837f-9d704312ad38",
            "last_updated": "2022-11-16T09:37:59.064688-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8974b7f-6b8e-4cb5-a5e8-0ce6530efbb2/?format=api"
        },
        {
            "id": "a3d876c3-0ee1-4ee7-a5f8-c8f0b5f37c6b",
            "gambit_id": "1d5d6484-b279-451d-99ee-0f3797f5fb6b",
            "last_updated": "2022-11-16T09:37:59.065917-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8974b7f-6b8e-4cb5-a5e8-0ce6530efbb2/?format=api"
        }
    ]
}