GET /api/bet_types/9446372a-f53e-4729-9ee0-87349596d12d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9446372a-f53e-4729-9ee0-87349596d12d",
    "match": "https://api-prod.gambitprofit.com/api/matches/64dfc323-6021-4b59-8db5-5236603934d0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-30T17:46:53.611435-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "839b0f49-9ef3-4999-a729-26688f4524bf",
            "gambit_id": "b2d382d4-fc4c-4d88-8ea5-67b9ab430128",
            "last_updated": "2023-01-31T09:07:12.243069-05:00",
            "created_at": "2023-01-30T17:46:53.613508-05:00",
            "name": "Phoenix Suns",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9446372a-f53e-4729-9ee0-87349596d12d/?format=api"
        },
        {
            "id": "9f0d963e-ad27-486b-a870-2f4b368c0075",
            "gambit_id": "3dc397cb-afe9-4e63-a53b-2b9af67827bc",
            "last_updated": "2023-01-31T09:07:12.244156-05:00",
            "created_at": "2023-01-30T17:46:53.615760-05:00",
            "name": "Toronto Raptors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9446372a-f53e-4729-9ee0-87349596d12d/?format=api"
        }
    ]
}