GET /api/bet_types/150d85b5-0a9a-466c-a442-27ed5a0b1739/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "150d85b5-0a9a-466c-a442-27ed5a0b1739",
    "match": "https://api-prod.gambitprofit.com/api/matches/950173ca-50a4-490f-bf95-e9d1915d5d71/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-05T09:32:58.742951-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": "Dallas Mavericks",
                "amount": 7197.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 2803.0
            }
        ],
        "expected_reward_tokens": 9500.04,
        "profit_sb": 0.04,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b67cc11f-2ed2-4afd-9ad3-aa50f3793fc0",
            "gambit_id": "4b58607b-2470-4fcd-a9c0-aff1671c7b16",
            "last_updated": "2024-01-08T14:38:12.449257-05:00",
            "created_at": "2024-01-05T09:32:58.751064-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/150d85b5-0a9a-466c-a442-27ed5a0b1739/?format=api"
        },
        {
            "id": "8bbe878d-2a4b-4825-a8b2-410ce4a25be8",
            "gambit_id": "4b754e2a-4157-4ebe-a7c0-3abd759c30b3",
            "last_updated": "2024-01-08T14:38:12.446024-05:00",
            "created_at": "2024-01-05T09:32:58.746871-05:00",
            "name": "Portland Trail Blazers",
            "reward": "3.39000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/150d85b5-0a9a-466c-a442-27ed5a0b1739/?format=api"
        }
    ]
}