GET /api/bet_types/1ea6f675-475b-404c-bb75-38d10bf28635/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ea6f675-475b-404c-bb75-38d10bf28635",
    "match": "https://api-prod.gambitprofit.com/api/matches/afa826b6-da22-42fb-8c52-93a97b704f90/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-26T09:18:15.654615-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": "MIA (S Alcantara)",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "9ab60db3-a4dd-42f0-9ea5-49b4cf8d083f",
            "gambit_id": "f6596d4a-a489-4b99-bf14-1112f2707543",
            "last_updated": "2023-07-27T23:03:20.094865-04:00",
            "created_at": "2023-07-26T09:18:15.662993-04:00",
            "name": "TAM (Z Eflin)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ea6f675-475b-404c-bb75-38d10bf28635/?format=api"
        },
        {
            "id": "1b170080-1cef-45d0-8e04-102d564a0c4a",
            "gambit_id": "9acdc350-39d9-4fd0-a3a1-5c6c553fbb44",
            "last_updated": "2023-07-27T23:03:20.077377-04:00",
            "created_at": "2023-07-26T09:18:15.658841-04:00",
            "name": "MIA (S Alcantara)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ea6f675-475b-404c-bb75-38d10bf28635/?format=api"
        }
    ]
}