GET /api/bet_types/9184a82d-6535-4180-9c42-1f841550fce8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9184a82d-6535-4180-9c42-1f841550fce8",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb0843f4-51b4-4af2-bd45-bbbc2aa03eaa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-30T10:28:09.672992-05: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": "Jacksonville Jaguars",
                "amount": 8085.0
            },
            {
                "team": "Cincinnati Bengals",
                "amount": 1915.0
            }
        ],
        "expected_reward_tokens": 9459.45,
        "profit_sb": -40.55,
        "profit_sb_percentage": -0.43,
        "recommended": false
    },
    "lines": [
        {
            "id": "9d58f43d-fffe-4a49-adcd-94ab639e57f5",
            "gambit_id": "55e4fabf-89a7-43fb-8462-0c1fca7a7bf8",
            "last_updated": "2023-12-05T10:03:11.527362-05:00",
            "created_at": "2023-11-30T10:28:09.680706-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.17000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9184a82d-6535-4180-9c42-1f841550fce8/?format=api"
        },
        {
            "id": "9e4074c9-b2da-4708-a975-793a318c7e13",
            "gambit_id": "ec95ab6a-92d6-4f0b-83f1-0231df39f4c8",
            "last_updated": "2023-12-05T10:03:11.523775-05:00",
            "created_at": "2023-11-30T10:28:09.676907-05:00",
            "name": "Cincinnati Bengals",
            "reward": "4.94000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9184a82d-6535-4180-9c42-1f841550fce8/?format=api"
        }
    ]
}