GET /api/bet_types/6d41e2f6-84b3-46ab-b21e-120e169aa908/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d41e2f6-84b3-46ab-b21e-120e169aa908",
    "match": "https://api-prod.gambitprofit.com/api/matches/d423f86e-2d56-4c36-969e-105ce0d3cae6/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Atlanta Hawks",
                "amount": 6179.0
            },
            {
                "team": "Utah Jazz",
                "amount": 3821.0
            }
        ],
        "expected_reward_tokens": 9206.71,
        "profit_sb": 206.71,
        "profit_sb_percentage": 2.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "6cd77dd6-df64-481b-b398-beb5cff45344",
            "gambit_id": "fb226556-adda-4402-9c53-dc7dadcb5d4e",
            "last_updated": "2022-11-10T09:24:00.558150-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d41e2f6-84b3-46ab-b21e-120e169aa908/?format=api"
        },
        {
            "id": "bb995915-a58d-4158-bbe0-e566820438b3",
            "gambit_id": "0c73c3f4-ad39-4de3-9a8c-b369e5e51b10",
            "last_updated": "2022-11-10T09:24:00.559130-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "2.41000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d41e2f6-84b3-46ab-b21e-120e169aa908/?format=api"
        }
    ]
}