GET /api/bet_types/3688eba2-8969-468a-bcbe-eebfad69c23a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3688eba2-8969-468a-bcbe-eebfad69c23a",
    "match": "https://api-prod.gambitprofit.com/api/matches/cad2242c-7437-404d-ae39-c431bac49cd8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-03T09:21:58.756608-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": "Sacramento Kings",
                "amount": 6015.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3985.0
            }
        ],
        "expected_reward_tokens": 9443.55,
        "profit_sb": -56.45,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "e3547325-d8bd-465c-a9dc-c4a333a3c324",
            "gambit_id": "fe093a70-da28-4ddc-b919-398e08ea19f9",
            "last_updated": "2023-02-04T12:07:02.418444-05:00",
            "created_at": "2023-02-03T09:21:58.759410-05:00",
            "name": "Sacramento Kings",
            "reward": "1.57000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3688eba2-8969-468a-bcbe-eebfad69c23a/?format=api"
        },
        {
            "id": "9f9b0298-720f-4e79-b540-468c1e950f49",
            "gambit_id": "f22fa82d-6e58-4896-973f-161ad9803da1",
            "last_updated": "2023-02-04T12:07:02.417320-05:00",
            "created_at": "2023-02-03T09:21:58.757951-05:00",
            "name": "Indiana Pacers",
            "reward": "2.37000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3688eba2-8969-468a-bcbe-eebfad69c23a/?format=api"
        }
    ]
}