GET /api/bet_types/4a3fc8f5-cdf3-4c78-af54-336d05816bb4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a3fc8f5-cdf3-4c78-af54-336d05816bb4",
    "match": "https://api-prod.gambitprofit.com/api/matches/5defe46e-457d-421c-97a6-31cfff17ec4b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-12T10:03:19.321048-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Everton",
                "amount": 5235.0
            },
            {
                "team": "Aston Villa",
                "amount": 4765.0
            }
        ],
        "expected_reward_tokens": 12721.05,
        "profit_sb": 3221.05,
        "profit_sb_percentage": 33.91,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Everton",
                "amount": 3807.0
            },
            {
                "team": "Aston Villa",
                "amount": 3465.0
            },
            {
                "team": "Draw",
                "amount": 2729.0
            }
        ],
        "expected_reward_tokens": 9251.01,
        "profit_sb": -248.99,
        "profit_sb_percentage": -2.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "be831e73-c16d-4a08-956d-11fec98c9073",
            "gambit_id": "6e252b3c-b800-40af-9a00-2ade102271ea",
            "last_updated": "2024-01-17T22:38:12.580537-05:00",
            "created_at": "2024-01-12T10:03:19.329083-05:00",
            "name": "Everton",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a3fc8f5-cdf3-4c78-af54-336d05816bb4/?format=api"
        },
        {
            "id": "b248afe6-075f-450b-90d0-4a6c027a1d98",
            "gambit_id": "95b72893-36cc-4cd2-a339-ed3222a157a2",
            "last_updated": "2024-01-17T22:38:12.583959-05:00",
            "created_at": "2024-01-12T10:03:19.332753-05:00",
            "name": "Aston Villa",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a3fc8f5-cdf3-4c78-af54-336d05816bb4/?format=api"
        },
        {
            "id": "8a0d8359-a2a8-4d66-aff8-98e2862832ec",
            "gambit_id": "15b35a08-a95b-47f9-86d3-f1acdbf9c047",
            "last_updated": "2024-01-17T22:38:12.577083-05:00",
            "created_at": "2024-01-12T10:03:19.325191-05:00",
            "name": "Draw",
            "reward": "3.39000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a3fc8f5-cdf3-4c78-af54-336d05816bb4/?format=api"
        }
    ]
}