GET /api/bet_types/da655c67-5b58-4a62-8f9b-ed01dc806d77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da655c67-5b58-4a62-8f9b-ed01dc806d77",
    "match": "https://api-prod.gambitprofit.com/api/matches/78cf797b-d2ce-4627-bf4d-ca88a1ab6b0a/?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": "RB Leipzig",
                "amount": 5609.0
            },
            {
                "team": "Real Madrid",
                "amount": 4391.0
            }
        ],
        "expected_reward_tokens": 12732.43,
        "profit_sb": 3232.43,
        "profit_sb_percentage": 34.03,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "RB Leipzig",
                "amount": 4094.0
            },
            {
                "team": "Real Madrid",
                "amount": 3205.0
            },
            {
                "team": "Draw",
                "amount": 2702.0
            }
        ],
        "expected_reward_tokens": 9293.38,
        "profit_sb": -206.62,
        "profit_sb_percentage": -2.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec63d5e2-92d0-450d-b185-04d2c975e3c3",
            "gambit_id": "cbaac330-b71e-463c-9cda-f171644317f3",
            "last_updated": "2022-10-26T10:17:14.919585-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "RB Leipzig",
            "reward": "2.27000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da655c67-5b58-4a62-8f9b-ed01dc806d77/?format=api"
        },
        {
            "id": "a449c0d7-d5a8-47a0-a821-9664b79a98e2",
            "gambit_id": "a33cda45-ec26-453a-8377-2295e302e856",
            "last_updated": "2022-10-26T10:17:14.918584-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Real Madrid",
            "reward": "2.90000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da655c67-5b58-4a62-8f9b-ed01dc806d77/?format=api"
        },
        {
            "id": "eb98305d-d639-48d3-9264-4f237caae40e",
            "gambit_id": "e110b8be-38d8-457f-9d92-c173e3750838",
            "last_updated": "2022-10-26T10:17:14.917572-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.44000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da655c67-5b58-4a62-8f9b-ed01dc806d77/?format=api"
        }
    ]
}