GET /api/bet_types/333ce672-ad34-4f4c-a6fe-a706b28a198d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "333ce672-ad34-4f4c-a6fe-a706b28a198d",
    "match": "https://api-prod.gambitprofit.com/api/matches/766e82c6-9808-412c-a4e2-ccf99fade564/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T11:07:18.864460-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": "Adrian Yanez",
                "amount": 6318.0
            },
            {
                "team": "Rob Font",
                "amount": 3682.0
            }
        ],
        "expected_reward_tokens": 9350.64,
        "profit_sb": -149.36,
        "profit_sb_percentage": -1.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "90333378-166e-4730-ac34-ad519280daa7",
            "gambit_id": "87ad8959-095f-41a1-a10d-b10c842c3cf9",
            "last_updated": "2023-04-09T12:37:12.126523-04:00",
            "created_at": "2023-04-08T11:07:18.866216-04:00",
            "name": "Adrian Yanez",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/333ce672-ad34-4f4c-a6fe-a706b28a198d/?format=api"
        },
        {
            "id": "0a931d87-f232-4fa0-8959-02084b803b91",
            "gambit_id": "9398223d-e64e-4fc0-a420-4d8d842a9e6a",
            "last_updated": "2023-04-09T12:37:12.128219-04:00",
            "created_at": "2023-04-08T11:07:18.867949-04:00",
            "name": "Rob Font",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/333ce672-ad34-4f4c-a6fe-a706b28a198d/?format=api"
        }
    ]
}