GET /api/bet_types/5cafb4a3-420e-42e9-a04a-89a50d47d18b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5cafb4a3-420e-42e9-a04a-89a50d47d18b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9a53c02-bdff-4bcb-b612-c1b3cbbc65f4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-07T13:33:18.106544-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": "Cleveland Guardians",
                "amount": 5222.0
            },
            {
                "team": "Los Angeles Angels",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "b710f375-d4b5-40c5-bcaf-9f87f25f748e",
            "gambit_id": "322fc5d4-ec2a-43b5-9f6f-ffb567e08414",
            "last_updated": "2023-09-08T09:38:02.269826-04:00",
            "created_at": "2023-09-07T13:33:18.112122-04:00",
            "name": "Cleveland Guardians",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cafb4a3-420e-42e9-a04a-89a50d47d18b/?format=api"
        },
        {
            "id": "3edd65af-cd9b-4333-8ac1-cd22abe8174c",
            "gambit_id": "61090eaf-c0d1-48b3-a0ae-47abb89c622f",
            "last_updated": "2023-09-08T09:38:02.273320-04:00",
            "created_at": "2023-09-07T13:33:18.116382-04:00",
            "name": "Los Angeles Angels",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cafb4a3-420e-42e9-a04a-89a50d47d18b/?format=api"
        }
    ]
}