GET /api/bet_types/1a7679b6-2ed4-455f-b5ff-0e349fa11dc1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a7679b6-2ed4-455f-b5ff-0e349fa11dc1",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9ec130b-5e33-4633-b81b-4c7ffb963dec/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-08T09:02:57.499066-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": "Milwaukee Bucks",
                "amount": 7480.0
            },
            {
                "team": "Utah Jazz",
                "amount": 2520.0
            }
        ],
        "expected_reward_tokens": 9499.6,
        "profit_sb": -0.4,
        "profit_sb_percentage": -0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "55b33206-15df-465c-8706-bf256ea9319e",
            "gambit_id": "be079b44-2a67-4088-bf33-8e97f02751c8",
            "last_updated": "2024-01-10T10:03:14.218495-05:00",
            "created_at": "2024-01-08T09:02:57.506181-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a7679b6-2ed4-455f-b5ff-0e349fa11dc1/?format=api"
        },
        {
            "id": "b8f52013-5d32-461d-80d1-1340918fe1f7",
            "gambit_id": "4dd60b03-006b-431d-95a3-5557b4194742",
            "last_updated": "2024-01-10T10:03:14.214548-05:00",
            "created_at": "2024-01-08T09:02:57.502604-05:00",
            "name": "Utah Jazz",
            "reward": "3.77000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a7679b6-2ed4-455f-b5ff-0e349fa11dc1/?format=api"
        }
    ]
}