GET /api/bet_types/cbad0972-4bc5-4cb9-906c-e0dd34874274/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbad0972-4bc5-4cb9-906c-e0dd34874274",
    "match": "https://api-prod.gambitprofit.com/api/matches/df45cadf-6169-4b70-b8e0-c580c8276c0c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-29T08:42:09.235167-05: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": "Dallas Mavericks",
                "amount": 7833.0
            },
            {
                "team": "Houston Rockets",
                "amount": 2167.0
            }
        ],
        "expected_reward_tokens": 9164.61,
        "profit_sb": 164.61,
        "profit_sb_percentage": 1.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "7f3a674a-0f92-44e5-8034-60abf9faf590",
            "gambit_id": "47794f80-6ba0-46c5-9bcf-2701c2663056",
            "last_updated": "2022-12-31T10:31:55.308052-05:00",
            "created_at": "2022-12-29T08:42:09.236296-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.17000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbad0972-4bc5-4cb9-906c-e0dd34874274/?format=api"
        },
        {
            "id": "5ff33452-c58f-47c3-9095-d70b66769bc1",
            "gambit_id": "f8b5636b-0402-4d0f-afd9-d9289c6964ad",
            "last_updated": "2022-12-31T10:31:55.309234-05:00",
            "created_at": "2022-12-29T08:42:09.237520-05:00",
            "name": "Houston Rockets",
            "reward": "4.23000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbad0972-4bc5-4cb9-906c-e0dd34874274/?format=api"
        }
    ]
}