GET /api/bet_types/76947094-f9b2-49d3-9c3b-594ff949f0cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76947094-f9b2-49d3-9c3b-594ff949f0cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/ffc0ab0b-26ea-4d2f-a3be-daabcdf1f5c1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-06T09:08:09.328607-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": "Indiana Pacers",
                "amount": 7351.0
            },
            {
                "team": "Houston Rockets",
                "amount": 2649.0
            }
        ],
        "expected_reward_tokens": 9482.79,
        "profit_sb": -17.21,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "e511930c-4eb1-4454-98aa-767c03920a19",
            "gambit_id": "fbffed9f-b0bd-4590-a473-2eb7a94bca42",
            "last_updated": "2024-02-07T01:53:00.624117-05:00",
            "created_at": "2024-02-06T09:08:09.332462-05:00",
            "name": "Indiana Pacers",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76947094-f9b2-49d3-9c3b-594ff949f0cd/?format=api"
        },
        {
            "id": "08b9d245-f778-497c-a2cf-522b6a6611ba",
            "gambit_id": "513fad52-8bf0-4e2c-816b-1a70f52e591c",
            "last_updated": "2024-02-07T01:53:00.627598-05:00",
            "created_at": "2024-02-06T09:08:09.337663-05:00",
            "name": "Houston Rockets",
            "reward": "3.58000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76947094-f9b2-49d3-9c3b-594ff949f0cd/?format=api"
        }
    ]
}