GET /api/bet_types/acdf0c63-e9fe-4479-b1a6-e6702b243569/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "acdf0c63-e9fe-4479-b1a6-e6702b243569",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ba11e51-ebcc-45f1-97f5-7e9fa6a62dd2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-31T09:23:01.931112-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd0fe4bc-83ac-4a52-ae7c-4f812d488126",
            "gambit_id": "defb8bbe-c40d-4f78-a57c-fc1820a38e93",
            "last_updated": "2023-11-01T09:23:19.397591-04:00",
            "created_at": "2023-10-31T09:23:01.961546-04:00",
            "name": "Phoenix Suns",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acdf0c63-e9fe-4479-b1a6-e6702b243569/?format=api"
        },
        {
            "id": "a8fe4a1b-d698-48e2-9e58-91df37d89717",
            "gambit_id": "f504c1fb-ce53-4b8f-a0e1-2d07650ff90f",
            "last_updated": "2023-11-01T09:23:19.401292-04:00",
            "created_at": "2023-10-31T09:23:01.950510-04:00",
            "name": "San Antonio Spurs",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acdf0c63-e9fe-4479-b1a6-e6702b243569/?format=api"
        }
    ]
}