GET /api/bet_types/35c9f19c-0a9a-4203-b5f1-41dbd0c42202/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35c9f19c-0a9a-4203-b5f1-41dbd0c42202",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1a16e7f-d1b0-4986-a46d-849971faf857/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-13T10:18:25.420084-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": "TAM (Z Eflin)",
                "amount": 6173.0
            },
            {
                "team": "CLE (T Bibee)",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "902edaf6-6c9d-4e1d-bb29-c380c993ee3c",
            "gambit_id": "0ffd384f-adc6-40cd-9e00-afc2244c1b42",
            "last_updated": "2023-08-14T18:38:07.030839-04:00",
            "created_at": "2023-08-13T10:18:25.424003-04:00",
            "name": "TAM (Z Eflin)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35c9f19c-0a9a-4203-b5f1-41dbd0c42202/?format=api"
        },
        {
            "id": "53bce0ff-52db-451b-820c-18d5f56b08d8",
            "gambit_id": "ec4a97d4-932a-4a9d-8732-344db3c6066a",
            "last_updated": "2023-08-14T18:38:07.036411-04:00",
            "created_at": "2023-08-13T10:18:25.428013-04:00",
            "name": "CLE (T Bibee)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35c9f19c-0a9a-4203-b5f1-41dbd0c42202/?format=api"
        }
    ]
}