GET /api/bet_types/4f9f085f-420c-4a8e-af9d-6db9a257e268/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f9f085f-420c-4a8e-af9d-6db9a257e268",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2a7552e-5840-4852-a70b-7dc68a6d3f6a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-29T09:23:08.106969-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": "Sacramento Kings",
                "amount": 5602.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "0790158b-00c8-4960-851a-f985985192af",
            "gambit_id": "d428b4bc-4f52-463a-b7b1-5525c59162cc",
            "last_updated": "2023-10-30T21:48:16.983760-04:00",
            "created_at": "2023-10-29T09:23:08.117656-04:00",
            "name": "Sacramento Kings",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f9f085f-420c-4a8e-af9d-6db9a257e268/?format=api"
        },
        {
            "id": "70d4d467-b00a-44c7-b380-0485e4bb2d8d",
            "gambit_id": "26b90a77-e7d5-4586-83d7-d4398c1a1922",
            "last_updated": "2023-10-30T21:48:16.979127-04:00",
            "created_at": "2023-10-29T09:23:08.112695-04:00",
            "name": "Los Angeles Lakers",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f9f085f-420c-4a8e-af9d-6db9a257e268/?format=api"
        }
    ]
}