GET /api/bet_types/8a23dfb5-302c-49bc-be3a-0b2671b8d282/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a23dfb5-302c-49bc-be3a-0b2671b8d282",
    "match": "https://api-prod.gambitprofit.com/api/matches/19375f97-5303-4ece-adee-c6d37dcc6a9e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-27T09:07:22.220229-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": "Milwaukee Bucks",
                "amount": 8545.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 1455.0
            }
        ],
        "expected_reward_tokens": 9484.95,
        "profit_sb": -15.05,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "2351f2fe-039b-43fc-9276-2a01d45c1447",
            "gambit_id": "e208545c-49f4-4edb-95ed-50964e3c95fb",
            "last_updated": "2023-03-28T11:11:57.465912-04:00",
            "created_at": "2023-03-27T09:07:22.223435-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.11000",
            "odds": "1.11760",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a23dfb5-302c-49bc-be3a-0b2671b8d282/?format=api"
        },
        {
            "id": "e04770c9-0166-4244-bafa-49516813dd76",
            "gambit_id": "13a9de2a-fc48-4e43-864b-e4ceaa8bf8b0",
            "last_updated": "2023-03-28T11:11:57.464136-04:00",
            "created_at": "2023-03-27T09:07:22.221865-04:00",
            "name": "Detroit Pistons",
            "reward": "6.52000",
            "odds": "6.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a23dfb5-302c-49bc-be3a-0b2671b8d282/?format=api"
        }
    ]
}