GET /api/bet_types/240ced46-0652-49ae-a589-515b55c7b5ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "240ced46-0652-49ae-a589-515b55c7b5ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/adeac38c-949d-4ec9-aa10-f9422e60dabe/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-18T17:53:22.897645-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 6697.0
            },
            {
                "team": "Draw",
                "amount": 3303.0
            }
        ],
        "expected_reward_tokens": 11987.63,
        "profit_sb": 2487.63,
        "profit_sb_percentage": 26.19,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 5141.0
            },
            {
                "team": "Draw",
                "amount": 2535.0
            },
            {
                "team": "Everton",
                "amount": 2324.0
            }
        ],
        "expected_reward_tokens": 9202.05,
        "profit_sb": -297.95,
        "profit_sb_percentage": -3.14,
        "recommended": false
    },
    "lines": [
        {
            "id": "75c942ae-3d63-47c6-bbb1-c18df7c4b504",
            "gambit_id": "7477e314-8b71-4cda-aa23-23dde5eb36f6",
            "last_updated": "2023-08-22T09:42:58.289533-04:00",
            "created_at": "2023-08-18T17:53:22.907368-04:00",
            "name": "Aston Villa",
            "reward": "1.79000",
            "odds": "1.83000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/240ced46-0652-49ae-a589-515b55c7b5ca/?format=api"
        },
        {
            "id": "be1b889b-1e1e-4cd6-8078-6bf652f1d35e",
            "gambit_id": "7810367b-2d8a-47d1-8c0f-5853ffc3fa84",
            "last_updated": "2023-08-22T09:42:58.283628-04:00",
            "created_at": "2023-08-18T17:53:22.902041-04:00",
            "name": "Draw",
            "reward": "3.63000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/240ced46-0652-49ae-a589-515b55c7b5ca/?format=api"
        },
        {
            "id": "2dff5adf-bbc3-4952-be7e-d890abdbebee",
            "gambit_id": "51bc53d8-55b0-42b0-9042-2f19877f1fff",
            "last_updated": "2023-08-22T09:42:58.295008-04:00",
            "created_at": "2023-08-18T17:53:22.912375-04:00",
            "name": "Everton",
            "reward": "3.96000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/240ced46-0652-49ae-a589-515b55c7b5ca/?format=api"
        }
    ]
}