GET /api/bet_types/3032e9d3-b8d6-4100-836f-8877a70b9188/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3032e9d3-b8d6-4100-836f-8877a70b9188",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e459bf1-94fb-4e06-8b66-7a9bcb478b5f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-19T11:41:52.867118-04: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": 7130.0
            },
            {
                "team": "Draw",
                "amount": 2870.0
            }
        ],
        "expected_reward_tokens": 11336.5,
        "profit_sb": 1836.5,
        "profit_sb_percentage": 19.33,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 5770.0
            },
            {
                "team": "Draw",
                "amount": 2323.0
            },
            {
                "team": "Nottingham Forest",
                "amount": 1907.0
            }
        ],
        "expected_reward_tokens": 9172.67,
        "profit_sb": -327.33,
        "profit_sb_percentage": -3.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "295bb97d-7983-4771-9f35-d15111b08d5d",
            "gambit_id": "ab0775b6-0306-44df-a69f-2cfd1dfb2ee0",
            "last_updated": "2023-05-22T18:02:07.383879-04:00",
            "created_at": "2023-05-19T11:41:52.869480-04:00",
            "name": "Arsenal",
            "reward": "1.59000",
            "odds": "1.62000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3032e9d3-b8d6-4100-836f-8877a70b9188/?format=api"
        },
        {
            "id": "454018ff-a728-48c2-adfe-1ccffd7bb499",
            "gambit_id": "ca2ddd4b-8d6f-47c7-b395-a2eb5b2cb52f",
            "last_updated": "2023-05-22T18:02:07.389377-04:00",
            "created_at": "2023-05-19T11:41:52.873955-04:00",
            "name": "Draw",
            "reward": "3.95000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3032e9d3-b8d6-4100-836f-8877a70b9188/?format=api"
        },
        {
            "id": "fe525fa7-8fa1-4d5d-971e-5132e21447ac",
            "gambit_id": "b24ff410-f9d1-46cc-adac-362aac146690",
            "last_updated": "2023-05-22T18:02:07.387180-04:00",
            "created_at": "2023-05-19T11:41:52.871810-04:00",
            "name": "Nottingham Forest",
            "reward": "4.81000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3032e9d3-b8d6-4100-836f-8877a70b9188/?format=api"
        }
    ]
}