GET /api/bet_types/cb4d68a3-7554-4bd4-8b31-3a68385170b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb4d68a3-7554-4bd4-8b31-3a68385170b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/62f44a15-c7d6-403d-b784-b697a605b446/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-01T09:18:09.404399-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "90bf7024-def6-40c1-848d-c55c86e2a17e",
            "gambit_id": "834c9752-f952-4b2d-842a-7be6f5ef3146",
            "last_updated": "2024-02-02T14:43:24.039720-05:00",
            "created_at": "2024-02-01T09:18:09.408836-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb4d68a3-7554-4bd4-8b31-3a68385170b6/?format=api"
        },
        {
            "id": "b8dd77c9-35a0-4609-8e5a-47ab3165927d",
            "gambit_id": "294d3406-7a52-41b7-9db8-b816b3c40cfb",
            "last_updated": "2024-02-02T14:43:24.043231-05:00",
            "created_at": "2024-02-01T09:18:09.414144-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb4d68a3-7554-4bd4-8b31-3a68385170b6/?format=api"
        }
    ]
}