GET /api/bet_types/66b1cc0e-3157-4524-9e97-b916e2eb703c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66b1cc0e-3157-4524-9e97-b916e2eb703c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d27355f6-6b18-433e-836b-8b65340ea286/?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": "Bruno Silva",
                "amount": 6961.0
            },
            {
                "team": "Gerald Meerschaert",
                "amount": 3039.0
            }
        ],
        "expected_reward_tokens": 9117.0,
        "profit_sb": 117.0,
        "profit_sb_percentage": 1.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "6052cb9e-67e7-4729-b185-baba80641a5e",
            "gambit_id": "83a66f09-f9dd-4a06-9062-176b6ad20bcf",
            "last_updated": "2022-08-15T11:17:19.797019-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bruno Silva",
            "reward": "1.31000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66b1cc0e-3157-4524-9e97-b916e2eb703c/?format=api"
        },
        {
            "id": "c7412ac1-828a-46d0-985c-5393d0d6ddf3",
            "gambit_id": "7c2ef57e-0d8a-4346-912e-22774fc92638",
            "last_updated": "2022-08-15T11:17:19.797472-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Gerald Meerschaert",
            "reward": "3.00000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66b1cc0e-3157-4524-9e97-b916e2eb703c/?format=api"
        }
    ]
}