GET /api/bet_types/db8249bb-975a-4a4d-9b59-3e3130338546/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db8249bb-975a-4a4d-9b59-3e3130338546",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbe39f11-dd5f-4b82-8992-a08d426d367a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-05T14:28:16.997859-04: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": "Ignacio Bahamondes",
                "amount": 6528.0
            },
            {
                "team": "Ludovit Klein",
                "amount": 3472.0
            }
        ],
        "expected_reward_tokens": 9269.76,
        "profit_sb": -230.24,
        "profit_sb_percentage": -2.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "83499357-a028-4a8a-ba58-62db798599e6",
            "gambit_id": "4aff24bc-582e-4ef1-b4c0-364ec3434c91",
            "last_updated": "2023-08-07T15:13:08.260365-04:00",
            "created_at": "2023-08-05T14:28:17.008985-04:00",
            "name": "Ignacio Bahamondes",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db8249bb-975a-4a4d-9b59-3e3130338546/?format=api"
        },
        {
            "id": "8e64010a-5b3a-4f2c-8686-9d7539f865b4",
            "gambit_id": "cce670c6-8957-4323-a035-abffd263150f",
            "last_updated": "2023-08-07T15:13:08.256488-04:00",
            "created_at": "2023-08-05T14:28:17.003473-04:00",
            "name": "Ludovit Klein",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db8249bb-975a-4a4d-9b59-3e3130338546/?format=api"
        }
    ]
}