GET /api/bet_types/9b6d385c-ed83-4276-b94e-3ea58b602844/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b6d385c-ed83-4276-b94e-3ea58b602844",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2d69a68-93c1-4f70-b0b9-802cf4c21b00/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-11T09:32:15.727932-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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7d37836f-d13c-426a-bfc4-6fc6924efe0a",
            "gambit_id": "4dc8823d-5a0d-4b04-bcc3-d7421e5276c0",
            "last_updated": "2023-03-13T10:32:14.109481-04:00",
            "created_at": "2023-03-11T09:32:15.731927-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b6d385c-ed83-4276-b94e-3ea58b602844/?format=api"
        },
        {
            "id": "7f49b959-ab93-4ad5-addc-b39dbf1b52dc",
            "gambit_id": "8d0e4a94-7f23-43dc-9364-205ef33c249b",
            "last_updated": "2023-03-13T10:32:14.107884-04:00",
            "created_at": "2023-03-11T09:32:15.729670-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b6d385c-ed83-4276-b94e-3ea58b602844/?format=api"
        }
    ]
}