GET /api/bet_types/550b8024-5f3e-4a6f-bfc2-8ea51efb7b37/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "550b8024-5f3e-4a6f-bfc2-8ea51efb7b37",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d026e22-23d6-4e92-988d-76ff40cbc19c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-19T11:41:52.538005-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Fulham",
                "amount": 5766.0
            },
            {
                "team": "Crystal Palace",
                "amount": 4234.0
            }
        ],
        "expected_reward_tokens": 12913.7,
        "profit_sb": 3413.7,
        "profit_sb_percentage": 35.93,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Fulham",
                "amount": 4085.0
            },
            {
                "team": "Crystal Palace",
                "amount": 3000.0
            },
            {
                "team": "Draw",
                "amount": 2914.0
            }
        ],
        "expected_reward_tokens": 9149.96,
        "profit_sb": -350.04,
        "profit_sb_percentage": -3.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "f2569b82-b9cf-46fa-abc7-970c1271a1af",
            "gambit_id": "d0f2e493-2e19-46f3-92b5-9daf66738f85",
            "last_updated": "2023-05-22T18:02:07.044979-04:00",
            "created_at": "2023-05-19T11:41:52.545180-04:00",
            "name": "Fulham",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/550b8024-5f3e-4a6f-bfc2-8ea51efb7b37/?format=api"
        },
        {
            "id": "67d7cd7d-ea02-48df-92e6-86386d43f165",
            "gambit_id": "c9810618-bbdd-47cc-a430-37c3945bcc2f",
            "last_updated": "2023-05-22T18:02:07.042250-04:00",
            "created_at": "2023-05-19T11:41:52.543074-04:00",
            "name": "Crystal Palace",
            "reward": "3.05000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/550b8024-5f3e-4a6f-bfc2-8ea51efb7b37/?format=api"
        },
        {
            "id": "71b3c65f-018e-46ab-af57-27c2d0dddab7",
            "gambit_id": "579d831a-51cf-4a36-a8d6-a7e91288256d",
            "last_updated": "2023-05-22T18:02:07.039821-04:00",
            "created_at": "2023-05-19T11:41:52.540843-04:00",
            "name": "Draw",
            "reward": "3.14000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/550b8024-5f3e-4a6f-bfc2-8ea51efb7b37/?format=api"
        }
    ]
}