GET /api/bet_types/575c12df-1e96-4d86-9550-1c55a826968a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "575c12df-1e96-4d86-9550-1c55a826968a",
    "match": "https://api-prod.gambitprofit.com/api/matches/36a533da-67b6-4c8a-aab1-86b95057efa0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-14T12:27:05.600074-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": "Punahele Soriano",
                "amount": 5639.0
            },
            {
                "team": "Roman Kopylov",
                "amount": 4361.0
            }
        ],
        "expected_reward_tokens": 8852.83,
        "profit_sb": -147.17,
        "profit_sb_percentage": -1.64,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e8413a7-d85a-44b1-ba5c-ab7082d518f7",
            "gambit_id": "2da700e4-2aa4-4d35-96a1-bf51cf1128fc",
            "last_updated": "2023-01-21T18:56:57.130696-05:00",
            "created_at": "2023-01-14T12:27:05.603259-05:00",
            "name": "Punahele Soriano",
            "reward": "1.57000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/575c12df-1e96-4d86-9550-1c55a826968a/?format=api"
        },
        {
            "id": "cba4a3d0-b38b-427e-8f37-b76d459dcc87",
            "gambit_id": "252f63ad-53a7-4d9d-9448-3bfe09f24551",
            "last_updated": "2023-01-21T18:56:57.131923-05:00",
            "created_at": "2023-01-14T12:27:05.606530-05:00",
            "name": "Roman Kopylov",
            "reward": "2.03000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/575c12df-1e96-4d86-9550-1c55a826968a/?format=api"
        }
    ]
}