GET /api/bet_types/4f590fa7-830f-45ae-8766-168a926da2d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f590fa7-830f-45ae-8766-168a926da2d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/808e6524-8be4-4bf7-a243-dcf79048f52c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-02T17:18:04.013187-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": "Atlanta Braves",
                "amount": 5222.0
            },
            {
                "team": "Los Angeles Dodgers",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "db42fc9a-3fc7-47fa-87ca-ef5ac7901c45",
            "gambit_id": "c4c01171-d9d4-4dc6-96ab-36bff58bc08b",
            "last_updated": "2023-09-04T12:43:27.690632-04:00",
            "created_at": "2023-09-02T17:18:04.021885-04:00",
            "name": "Atlanta Braves",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f590fa7-830f-45ae-8766-168a926da2d7/?format=api"
        },
        {
            "id": "d69bce80-ade9-4c1a-86df-1f76a70d82de",
            "gambit_id": "937c68b2-95bb-43eb-941a-c0489bfd6fb3",
            "last_updated": "2023-09-04T12:43:27.695150-04:00",
            "created_at": "2023-09-02T17:18:04.026257-04:00",
            "name": "Los Angeles Dodgers",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f590fa7-830f-45ae-8766-168a926da2d7/?format=api"
        }
    ]
}