GET /api/bet_types/cbd99124-a59a-4f7a-b469-bfc320c28091/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbd99124-a59a-4f7a-b469-bfc320c28091",
    "match": "https://api-prod.gambitprofit.com/api/matches/46ddaf33-c197-4c77-8db7-a14ab547c488/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 8468.0
            },
            {
                "team": "Draw",
                "amount": 1532.0
            }
        ],
        "expected_reward_tokens": 10076.92,
        "profit_sb": 576.92,
        "profit_sb_percentage": 6.07,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 7843.0
            },
            {
                "team": "Draw",
                "amount": 1418.0
            },
            {
                "team": "Nottingham Forest",
                "amount": 738.0
            }
        ],
        "expected_reward_tokens": 9328.32,
        "profit_sb": -171.68,
        "profit_sb_percentage": -1.81,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b5532d3-c4ea-426b-b38c-d4339c84374b",
            "gambit_id": "8280553c-d381-472a-b8a7-ce94e7fc5e62",
            "last_updated": "2022-10-31T12:17:07.092492-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arsenal",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbd99124-a59a-4f7a-b469-bfc320c28091/?format=api"
        },
        {
            "id": "0d5c1d65-3876-4f92-a0d3-522491b1a6f0",
            "gambit_id": "a3a156be-ca76-4ec5-bd4f-0d709e8c8721",
            "last_updated": "2022-10-31T12:17:07.093627-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "6.58000",
            "odds": "6.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbd99124-a59a-4f7a-b469-bfc320c28091/?format=api"
        },
        {
            "id": "7514c168-66c8-45ff-9177-145bee895927",
            "gambit_id": "31bb89f6-9b98-4239-97a8-a2caaa442fc1",
            "last_updated": "2022-10-31T12:17:07.091381-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nottingham Forest",
            "reward": "12.64000",
            "odds": "13.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbd99124-a59a-4f7a-b469-bfc320c28091/?format=api"
        }
    ]
}