GET /api/bet_types/4c1c4ae2-bcaa-47eb-acaa-ef0b37b2feaf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c1c4ae2-bcaa-47eb-acaa-ef0b37b2feaf",
    "match": "https://api-prod.gambitprofit.com/api/matches/afe85eb2-609d-4964-9cea-2509d4fe126b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-06T11:51:58.077535-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Charles Jourdain",
                "amount": 5789.0
            },
            {
                "team": "Kron Gracie",
                "amount": 4211.0
            }
        ],
        "expected_reward_tokens": 9262.4,
        "profit_sb": -237.6,
        "profit_sb_percentage": -2.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "2579ef50-3a31-4ee2-95a6-3ed2ebb456fb",
            "gambit_id": "60515f1f-c554-4985-89d8-53a9e0efe58c",
            "last_updated": "2023-05-07T11:57:21.781114-04:00",
            "created_at": "2023-05-06T11:51:58.079265-04:00",
            "name": "Charles Jourdain",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c1c4ae2-bcaa-47eb-acaa-ef0b37b2feaf/?format=api"
        },
        {
            "id": "c7ac4d42-d57a-4ba1-b9cb-7eb41b4842d6",
            "gambit_id": "3ff19e04-fefe-4273-ab20-a8477726f28c",
            "last_updated": "2023-05-07T11:57:21.783064-04:00",
            "created_at": "2023-05-06T11:51:58.081261-04:00",
            "name": "Kron Gracie",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c1c4ae2-bcaa-47eb-acaa-ef0b37b2feaf/?format=api"
        }
    ]
}