GET /api/bet_types/44ddfc40-0ec7-422c-aec2-86b67847f905/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44ddfc40-0ec7-422c-aec2-86b67847f905",
    "match": "https://api-prod.gambitprofit.com/api/matches/08adba43-4549-4715-a394-856e43ab4316/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-27T09:07:57.824226-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": "TEX (N Eovaldi)",
                "amount": 5831.0
            },
            {
                "team": "ARI (Z Gallen)",
                "amount": 4169.0
            }
        ],
        "expected_reward_tokens": 9504.53,
        "profit_sb": 4.53,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "6cefef5e-0b2c-477c-ad89-5167419d7d75",
            "gambit_id": "b93c316f-3eda-4012-8dab-f86badaa209a",
            "last_updated": "2023-10-28T10:27:56.498730-04:00",
            "created_at": "2023-10-27T09:07:57.828359-04:00",
            "name": "TEX (N Eovaldi)",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44ddfc40-0ec7-422c-aec2-86b67847f905/?format=api"
        },
        {
            "id": "b13daf21-004a-4d0e-bd49-07895b156241",
            "gambit_id": "2ef10999-586c-4cbd-9d8f-a3c8b5fc5e98",
            "last_updated": "2023-10-28T10:27:56.502202-04:00",
            "created_at": "2023-10-27T09:07:57.833013-04:00",
            "name": "ARI (Z Gallen)",
            "reward": "2.28000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44ddfc40-0ec7-422c-aec2-86b67847f905/?format=api"
        }
    ]
}