GET /api/bet_types/6c539ae8-dfe6-4a84-9506-7b8c3df47033/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c539ae8-dfe6-4a84-9506-7b8c3df47033",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb47290f-ced4-4e0e-9e07-c6f06cb3e84c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-08T09:23:24.575878-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": "MIL",
                "amount": 6554.0
            },
            {
                "team": "NYY",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "f05ac2d4-f69b-4941-bbaa-ba23739c318d",
            "gambit_id": "ff736420-50e6-462b-821d-018dae0a0dc8",
            "last_updated": "2023-09-09T11:33:33.374491-04:00",
            "created_at": "2023-09-08T09:23:24.580783-04:00",
            "name": "MIL",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c539ae8-dfe6-4a84-9506-7b8c3df47033/?format=api"
        },
        {
            "id": "a616fd19-13a6-4e7f-863b-396fd10f78c7",
            "gambit_id": "cd74ed42-b76f-4432-8253-34a690c3be39",
            "last_updated": "2023-09-09T11:33:33.377924-04:00",
            "created_at": "2023-09-08T09:23:24.585809-04:00",
            "name": "NYY",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c539ae8-dfe6-4a84-9506-7b8c3df47033/?format=api"
        }
    ]
}