GET /api/bet_types/86e5da17-de46-4695-bc20-b86fff725ffb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86e5da17-de46-4695-bc20-b86fff725ffb",
    "match": "https://api-prod.gambitprofit.com/api/matches/fba26634-258a-4de7-afb7-a68935d67006/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-01T13:36:51.064373-04: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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d12c3ba-3ac5-4d28-9485-fa46156daeb1",
            "gambit_id": "8b337aea-939a-492c-b715-f2cf42fcf7e3",
            "last_updated": "2023-04-02T10:57:07.785750-04:00",
            "created_at": "2023-04-01T13:36:51.067931-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86e5da17-de46-4695-bc20-b86fff725ffb/?format=api"
        },
        {
            "id": "e603b41a-516e-42d5-862d-b296962325c2",
            "gambit_id": "3e9caef8-1c7b-4080-ac0b-8d28f5c2ecbe",
            "last_updated": "2023-04-02T10:57:07.784049-04:00",
            "created_at": "2023-04-01T13:36:51.066212-04:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86e5da17-de46-4695-bc20-b86fff725ffb/?format=api"
        }
    ]
}