GET /api/bet_types/e862297b-f088-4e76-ad56-f84fc05e2f47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e862297b-f088-4e76-ad56-f84fc05e2f47",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1cf2bf7-df09-42ef-bd6d-fdea21b50da7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-19T14:08:06.561340-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": "Marlon Vera",
                "amount": 6247.0
            },
            {
                "team": "Pedro Munhoz",
                "amount": 3753.0
            }
        ],
        "expected_reward_tokens": 9307.44,
        "profit_sb": -192.56,
        "profit_sb_percentage": -2.03,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd19c364-fa0a-43b2-a72e-45880034e838",
            "gambit_id": "4d7a362f-03e6-41f9-b411-ff66004ed479",
            "last_updated": "2023-08-22T09:32:58.750025-04:00",
            "created_at": "2023-08-19T14:08:06.571110-04:00",
            "name": "Marlon Vera",
            "reward": "1.49000",
            "odds": "1.51280",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e862297b-f088-4e76-ad56-f84fc05e2f47/?format=api"
        },
        {
            "id": "5231cd39-c8a0-4e93-a79a-1d332662652c",
            "gambit_id": "cdde8e30-9e89-40c2-8905-f4a51d8b47c0",
            "last_updated": "2023-08-22T09:32:58.743372-04:00",
            "created_at": "2023-08-19T14:08:06.565821-04:00",
            "name": "Pedro Munhoz",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e862297b-f088-4e76-ad56-f84fc05e2f47/?format=api"
        }
    ]
}