GET /api/bet_types/83a6746e-5e7b-4637-ad04-3357ef04a9ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83a6746e-5e7b-4637-ad04-3357ef04a9ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/231b4efc-0c8f-4466-b4eb-3608af73f129/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-16T12:17:27.348157-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": 7820.0
            },
            {
                "team": "Miami Heat",
                "amount": 2180.0
            }
        ],
        "expected_reward_tokens": 9461.2,
        "profit_sb": -38.8,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "7102fc95-f6a4-47e9-a88f-fe6801b262b5",
            "gambit_id": "06f771bd-4e1a-43e0-a9cf-8474ab094a0f",
            "last_updated": "2023-04-18T12:12:06.530295-04:00",
            "created_at": "2023-04-16T12:17:27.352635-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.21000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83a6746e-5e7b-4637-ad04-3357ef04a9ea/?format=api"
        },
        {
            "id": "34157af3-6627-4a0b-86d5-99515e4cf80e",
            "gambit_id": "55dfd648-6a85-47dc-9a35-6da4de8c9d0f",
            "last_updated": "2023-04-18T12:12:06.528300-04:00",
            "created_at": "2023-04-16T12:17:27.350403-04:00",
            "name": "Miami Heat",
            "reward": "4.34000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83a6746e-5e7b-4637-ad04-3357ef04a9ea/?format=api"
        }
    ]
}