GET /api/bet_types/01d52130-b75b-44ed-8b74-b0333fe194d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01d52130-b75b-44ed-8b74-b0333fe194d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a2a0152-20ee-4fb4-a220-d1c74c9247e3/?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": "Washington Wizards",
                "amount": 5399.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "2cdb1a37-4a27-4c8a-8895-dafc817c9c42",
            "gambit_id": "971fb3c9-cb17-41ee-ad38-bf27557c7721",
            "last_updated": "2022-12-05T15:47:16.104401-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01d52130-b75b-44ed-8b74-b0333fe194d7/?format=api"
        },
        {
            "id": "9c76bb6f-3d74-4597-b6b6-7f561c6659de",
            "gambit_id": "b898a777-6b7f-4f60-b24f-68ea63ab4fa5",
            "last_updated": "2022-12-05T15:47:16.105568-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01d52130-b75b-44ed-8b74-b0333fe194d7/?format=api"
        }
    ]
}