GET /api/bet_types/3925a896-d38c-4a10-8144-c037eafbca5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3925a896-d38c-4a10-8144-c037eafbca5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/63e1769a-6195-4f9f-b143-4b21cde1cffa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-09T09:48:16.032481-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": "SFO (A Desclafani)",
                "amount": 5182.0
            },
            {
                "team": "CHC (M Stroman)",
                "amount": 4818.0
            }
        ],
        "expected_reward_tokens": 9586.7,
        "profit_sb": 86.7,
        "profit_sb_percentage": 0.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "a7c38e64-c174-489b-9f6c-a8949b8024e8",
            "gambit_id": "47739338-ddf0-4062-ad0c-bf6b99932d57",
            "last_updated": "2023-06-10T16:43:05.443740-04:00",
            "created_at": "2023-06-09T09:48:16.035796-04:00",
            "name": "SFO (A Desclafani)",
            "reward": "1.85000",
            "odds": "1.88500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3925a896-d38c-4a10-8144-c037eafbca5a/?format=api"
        },
        {
            "id": "fc645c35-104e-45ea-a887-5bfba8dc5201",
            "gambit_id": "f4607b9d-a7dd-4298-86d2-fd74ae62703b",
            "last_updated": "2023-06-10T16:43:05.441135-04:00",
            "created_at": "2023-06-09T09:48:16.034202-04:00",
            "name": "CHC (M Stroman)",
            "reward": "1.99000",
            "odds": "2.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3925a896-d38c-4a10-8144-c037eafbca5a/?format=api"
        }
    ]
}