GET /api/bet_types/235c46d6-9748-4021-8ebe-ce8ec30f45da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "235c46d6-9748-4021-8ebe-ce8ec30f45da",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff32fdd9-212e-4d11-b7d3-7ee293a9bd18/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-17T10:27:15.440386-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 7871.0
            },
            {
                "team": "Draw",
                "amount": 2129.0
            }
        ],
        "expected_reward_tokens": 10389.52,
        "profit_sb": 889.52,
        "profit_sb_percentage": 9.36,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 7112.0
            },
            {
                "team": "Draw",
                "amount": 1924.0
            },
            {
                "team": "Nottingham Forest",
                "amount": 965.0
            }
        ],
        "expected_reward_tokens": 9387.84,
        "profit_sb": -112.16,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "132539ef-cff1-4e44-8058-faaa92bd39fd",
            "gambit_id": "3527d694-ad5a-400f-ad27-d899d2aa6022",
            "last_updated": "2023-02-19T16:12:16.661861-05:00",
            "created_at": "2023-02-17T10:27:15.441592-05:00",
            "name": "Manchester City",
            "reward": "1.32000",
            "odds": "1.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/235c46d6-9748-4021-8ebe-ce8ec30f45da/?format=api"
        },
        {
            "id": "74cf6ccc-a2f2-4194-a607-28993ec7df84",
            "gambit_id": "824b3f34-83ca-4ee6-aef1-2c03144b926b",
            "last_updated": "2023-02-19T16:12:16.664253-05:00",
            "created_at": "2023-02-17T10:27:15.444219-05:00",
            "name": "Draw",
            "reward": "4.88000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/235c46d6-9748-4021-8ebe-ce8ec30f45da/?format=api"
        },
        {
            "id": "2b2ca63b-bc3e-495b-beff-bad6a7f6f07c",
            "gambit_id": "05c28f1c-ee4c-4289-9db3-b8e7d2368a07",
            "last_updated": "2023-02-19T16:12:16.663052-05:00",
            "created_at": "2023-02-17T10:27:15.442852-05:00",
            "name": "Nottingham Forest",
            "reward": "9.73000",
            "odds": "10.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/235c46d6-9748-4021-8ebe-ce8ec30f45da/?format=api"
        }
    ]
}