GET /api/bet_types/c9116e90-75df-4088-85d0-0786beaf8063/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9116e90-75df-4088-85d0-0786beaf8063",
    "match": "https://api-prod.gambitprofit.com/api/matches/165365d7-77c6-4f34-8872-d5edb43b5770/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-20T09:21:57.802085-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": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "562a638f-ae94-4926-b57b-b7fbd1691f14",
            "gambit_id": "b8d1fa47-b271-4987-8888-a11af7e593cd",
            "last_updated": "2023-01-21T10:27:22.799712-05:00",
            "created_at": "2023-01-20T09:21:57.803248-05:00",
            "name": "Utah Jazz",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9116e90-75df-4088-85d0-0786beaf8063/?format=api"
        },
        {
            "id": "10e5418f-75b7-4866-8ac4-915f3bb587a5",
            "gambit_id": "3e3f714f-ee40-4010-9779-9dceff03933e",
            "last_updated": "2023-01-21T10:27:22.800865-05:00",
            "created_at": "2023-01-20T09:21:57.804555-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9116e90-75df-4088-85d0-0786beaf8063/?format=api"
        }
    ]
}