GET /api/bet_types/4d4f4f2a-52f5-4ca2-9b28-bb12dbec28a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d4f4f2a-52f5-4ca2-9b28-bb12dbec28a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/e96c5865-0312-42c1-a56b-d059a3e59770/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-15T09:23:05.372910-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": "SDG (S Lugo)",
                "amount": 6324.0
            },
            {
                "team": "OAK (S Newcomb)",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "65357666-dc53-4444-a9e1-d3b852d1b15c",
            "gambit_id": "d95905e5-f2eb-4eef-9ec9-ea55b437b8ac",
            "last_updated": "2023-09-18T08:53:19.598689-04:00",
            "created_at": "2023-09-15T09:23:05.376604-04:00",
            "name": "SDG (S Lugo)",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d4f4f2a-52f5-4ca2-9b28-bb12dbec28a0/?format=api"
        },
        {
            "id": "c0bfc1f1-f87b-42db-a69a-895939055d63",
            "gambit_id": "382ba23b-54bf-42ee-b10d-8e30e5e76fe0",
            "last_updated": "2023-09-18T08:53:19.602271-04:00",
            "created_at": "2023-09-15T09:23:05.384227-04:00",
            "name": "OAK (S Newcomb)",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d4f4f2a-52f5-4ca2-9b28-bb12dbec28a0/?format=api"
        }
    ]
}