GET /api/bet_types/ee2f109b-c75e-41af-9f7b-3dd9c5cfec49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee2f109b-c75e-41af-9f7b-3dd9c5cfec49",
    "match": "https://api-prod.gambitprofit.com/api/matches/94218876-d4a1-4f7e-b99e-c9bd64718577/?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": "Aston Villa",
                "amount": 6578.0
            },
            {
                "team": "Draw",
                "amount": 3422.0
            }
        ],
        "expected_reward_tokens": 11051.04,
        "profit_sb": 2051.04,
        "profit_sb_percentage": 22.79,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 5260.0
            },
            {
                "team": "Draw",
                "amount": 2736.0
            },
            {
                "team": "Everton",
                "amount": 2004.0
            }
        ],
        "expected_reward_tokens": 8836.8,
        "profit_sb": -163.2,
        "profit_sb_percentage": -1.81,
        "recommended": false
    },
    "lines": [
        {
            "id": "534ded81-4430-4d10-ad3d-a20b31dae49a",
            "gambit_id": "981ffdfb-89e7-4c73-adf8-95e3c4cb003f",
            "last_updated": "2022-08-14T14:07:03.803182-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Aston Villa",
            "reward": "1.68000",
            "odds": "1.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee2f109b-c75e-41af-9f7b-3dd9c5cfec49/?format=api"
        },
        {
            "id": "863081f2-4c72-49ea-9e4f-d0a75aa78631",
            "gambit_id": "7aa4c471-a4df-4bba-8f31-d66fabdea878",
            "last_updated": "2022-08-14T14:07:03.803798-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.23000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee2f109b-c75e-41af-9f7b-3dd9c5cfec49/?format=api"
        },
        {
            "id": "34345c93-b4fc-4f79-becb-6faf373f0982",
            "gambit_id": "739c26f2-f9a7-4de4-9a52-99af7cd1e72f",
            "last_updated": "2022-08-14T14:07:03.802627-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Everton",
            "reward": "4.41000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee2f109b-c75e-41af-9f7b-3dd9c5cfec49/?format=api"
        }
    ]
}