GET /api/bet_types/9973312b-bd8a-4eba-915b-2f267c742685/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9973312b-bd8a-4eba-915b-2f267c742685",
    "match": "https://api-prod.gambitprofit.com/api/matches/8922090e-298d-40c9-b5f8-b43d5bd76400/?format=api",
    "name": "FreeForm",
    "created_at": "2023-02-18T09:12:05.300203-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Team Jazz",
                "amount": 5659.0
            },
            {
                "team": "Team Rookies",
                "amount": 4341.0
            }
        ],
        "expected_reward_tokens": 10242.79,
        "profit_sb": 742.79,
        "profit_sb_percentage": 7.82,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Team Jazz",
                "amount": 4678.0
            },
            {
                "team": "Team Rookies",
                "amount": 3587.0
            },
            {
                "team": "Team Antetokounmpo",
                "amount": 1735.0
            }
        ],
        "expected_reward_tokens": 8465.32,
        "profit_sb": -1034.68,
        "profit_sb_percentage": -10.89,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a2ae62c-9b06-434a-bf1c-fb9e304c0fd2",
            "gambit_id": "bdb226ea-2df2-465c-85f6-9e2f3697e936",
            "last_updated": "2023-02-19T16:37:18.209543-05:00",
            "created_at": "2023-02-18T09:12:05.303301-05:00",
            "name": "Team Jazz",
            "reward": "1.81000",
            "odds": "1.83000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9973312b-bd8a-4eba-915b-2f267c742685/?format=api"
        },
        {
            "id": "d99bc5ca-80ff-4e40-9720-627430291b63",
            "gambit_id": "238944f9-ad85-4022-b5ab-bf4ef000e815",
            "last_updated": "2023-02-19T16:37:18.208331-05:00",
            "created_at": "2023-02-18T09:12:05.301842-05:00",
            "name": "Team Rookies",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9973312b-bd8a-4eba-915b-2f267c742685/?format=api"
        },
        {
            "id": "05c445ab-f356-4549-b814-1ca4eeb7beb6",
            "gambit_id": "b4a2f64b-a0ab-4aa3-89df-943edf9ba596",
            "last_updated": "2023-02-19T16:37:18.210723-05:00",
            "created_at": "2023-02-18T09:12:05.304685-05:00",
            "name": "Team Antetokounmpo",
            "reward": "4.88000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9973312b-bd8a-4eba-915b-2f267c742685/?format=api"
        }
    ]
}