GET /api/bet_types/012d0337-14b6-4ac3-8810-684f878b3fc7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "012d0337-14b6-4ac3-8810-684f878b3fc7",
    "match": "https://api-prod.gambitprofit.com/api/matches/89d8bacf-403a-4f46-8e77-66bd4fee0fbb/?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": "Liverpool",
                "amount": 8151.0
            },
            {
                "team": "Draw",
                "amount": 1849.0
            }
        ],
        "expected_reward_tokens": 10187.99,
        "profit_sb": 1187.99,
        "profit_sb_percentage": 13.2,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 7331.0
            },
            {
                "team": "Draw",
                "amount": 1663.0
            },
            {
                "team": "Newcastle United",
                "amount": 1006.0
            }
        ],
        "expected_reward_tokens": 9163.13,
        "profit_sb": 163.13,
        "profit_sb_percentage": 1.81,
        "recommended": true
    },
    "lines": [
        {
            "id": "882cbe40-a8ec-4049-8943-0ba5983d3804",
            "gambit_id": "45d01d4d-5aa5-4567-9702-4fe05875e91a",
            "last_updated": "2022-09-01T13:36:57.266768-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liverpool",
            "reward": "1.25000",
            "odds": "1.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/012d0337-14b6-4ac3-8810-684f878b3fc7/?format=api"
        },
        {
            "id": "aab84d2b-d626-4254-88d3-23a9854c72ac",
            "gambit_id": "fc501d53-c507-4c6d-83b5-82208954cb58",
            "last_updated": "2022-09-01T13:36:57.267218-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "5.51000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/012d0337-14b6-4ac3-8810-684f878b3fc7/?format=api"
        },
        {
            "id": "3b316263-5f16-4d28-9977-2cb412a9f8ba",
            "gambit_id": "34c6d079-9eb2-4fd1-8316-f23926132b48",
            "last_updated": "2022-09-01T13:36:57.266312-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Newcastle United",
            "reward": "9.11000",
            "odds": "10.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/012d0337-14b6-4ac3-8810-684f878b3fc7/?format=api"
        }
    ]
}