GET /api/bet_types/194ac94b-a970-4c4d-928d-d59596a39eef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "194ac94b-a970-4c4d-928d-d59596a39eef",
    "match": "https://api-prod.gambitprofit.com/api/matches/bed4005b-d038-4e19-b146-7b8f84e30baa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-14T12:02:16.488224-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 7422.0
            },
            {
                "team": "Draw",
                "amount": 2578.0
            }
        ],
        "expected_reward_tokens": 10982.28,
        "profit_sb": 1482.28,
        "profit_sb_percentage": 15.6,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 6280.0
            },
            {
                "team": "Draw",
                "amount": 2182.0
            },
            {
                "team": "Bournemouth",
                "amount": 1539.0
            }
        ],
        "expected_reward_tokens": 9294.4,
        "profit_sb": -205.6,
        "profit_sb_percentage": -2.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f5ddc52-404c-42ca-9cdd-77f16351438d",
            "gambit_id": "9fbc2a3b-10dd-4e7d-95cd-28f81d10ec58",
            "last_updated": "2023-04-17T11:42:04.591078-04:00",
            "created_at": "2023-04-14T12:02:16.491175-04:00",
            "name": "Tottenham",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/194ac94b-a970-4c4d-928d-d59596a39eef/?format=api"
        },
        {
            "id": "8b67dbea-f719-43d3-be96-f0bae955c2ad",
            "gambit_id": "f5e6c297-907a-4de0-9535-dd91138a6c32",
            "last_updated": "2023-04-17T11:42:04.598582-04:00",
            "created_at": "2023-04-14T12:02:16.492657-04:00",
            "name": "Draw",
            "reward": "4.26000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/194ac94b-a970-4c4d-928d-d59596a39eef/?format=api"
        },
        {
            "id": "91df1a51-42ca-488a-99a5-bd881a9c6aa3",
            "gambit_id": "da6e0b32-267d-4cc8-8edf-b27e1a8a793f",
            "last_updated": "2023-04-17T11:42:04.583710-04:00",
            "created_at": "2023-04-14T12:02:16.489654-04:00",
            "name": "Bournemouth",
            "reward": "6.04000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/194ac94b-a970-4c4d-928d-d59596a39eef/?format=api"
        }
    ]
}