GET /api/bet_types/17790d2c-9a0b-4671-a484-3c1dced641b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "17790d2c-9a0b-4671-a484-3c1dced641b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c1bafb3-844f-4123-b888-a6d54ce54dd8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-10T15:12:00.160859-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "941dd6b4-53d2-44cc-af8f-e837081403dd",
            "gambit_id": "763ac20c-910b-4f59-9ed5-46f286025aef",
            "last_updated": "2023-05-11T11:17:10.838738-04:00",
            "created_at": "2023-05-10T15:12:00.164036-04:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17790d2c-9a0b-4671-a484-3c1dced641b8/?format=api"
        },
        {
            "id": "5272385a-3d9c-42e2-8b3c-5d4db534d0fc",
            "gambit_id": "2542e7e0-b565-4f5d-964e-99f7442a39ab",
            "last_updated": "2023-05-11T11:17:10.837453-04:00",
            "created_at": "2023-05-10T15:12:00.162386-04:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17790d2c-9a0b-4671-a484-3c1dced641b8/?format=api"
        }
    ]
}