GET /api/bet_types/e22696b9-33d3-4c13-9bf4-0148a491b50e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e22696b9-33d3-4c13-9bf4-0148a491b50e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f709033e-3df5-4fda-9175-93a880eae41d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-12T10:03:18.000393-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 7097.0
            },
            {
                "team": "Draw",
                "amount": 2903.0
            }
        ],
        "expected_reward_tokens": 11495.88,
        "profit_sb": 1995.88,
        "profit_sb_percentage": 21.01,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 5673.0
            },
            {
                "team": "Draw",
                "amount": 2321.0
            },
            {
                "team": "Newcastle United",
                "amount": 2007.0
            }
        ],
        "expected_reward_tokens": 9190.26,
        "profit_sb": -309.74,
        "profit_sb_percentage": -3.26,
        "recommended": false
    },
    "lines": [
        {
            "id": "e196328c-767e-4abc-a1ce-86e569bd6aab",
            "gambit_id": "3a587a70-6429-43e4-9fd5-1ca12250b5aa",
            "last_updated": "2024-01-17T22:33:10.963237-05:00",
            "created_at": "2024-01-12T10:03:18.009214-05:00",
            "name": "Manchester City",
            "reward": "1.62000",
            "odds": "1.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e22696b9-33d3-4c13-9bf4-0148a491b50e/?format=api"
        },
        {
            "id": "b3eca2b0-4e4e-4288-b7db-88aeb5f5d867",
            "gambit_id": "3d4c6e14-6f30-415a-9287-161636cbbb1e",
            "last_updated": "2024-01-17T22:33:10.980087-05:00",
            "created_at": "2024-01-12T10:03:18.014296-05:00",
            "name": "Draw",
            "reward": "3.96000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e22696b9-33d3-4c13-9bf4-0148a491b50e/?format=api"
        },
        {
            "id": "2a1d3115-7622-4945-86be-4e33c0b1a472",
            "gambit_id": "a5f5631f-5da2-478e-92c5-b3a00eba5001",
            "last_updated": "2024-01-17T22:33:10.959478-05:00",
            "created_at": "2024-01-12T10:03:18.004874-05:00",
            "name": "Newcastle United",
            "reward": "4.58000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e22696b9-33d3-4c13-9bf4-0148a491b50e/?format=api"
        }
    ]
}