GET /api/bet_types/30a3117a-0492-40be-a86f-f5c1f9edb372/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30a3117a-0492-40be-a86f-f5c1f9edb372",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa1608f8-4f20-42d7-96fc-2cfdf209c0d1/?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": "Portland Trail Blazers",
                "amount": 5974.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9139.02,
        "profit_sb": 139.02,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "baa2f901-4f4c-4bc3-99c9-c6f74ef47b56",
            "gambit_id": "0a116326-19bb-4cb8-84e7-b39c15b6bc6b",
            "last_updated": "2022-12-13T09:57:32.622483-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30a3117a-0492-40be-a86f-f5c1f9edb372/?format=api"
        },
        {
            "id": "23847997-6730-4462-bae9-5ff80e4f322b",
            "gambit_id": "6da6c3ea-f73a-4f83-a68e-9abe37b6e9fd",
            "last_updated": "2022-12-13T09:57:32.623567-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30a3117a-0492-40be-a86f-f5c1f9edb372/?format=api"
        }
    ]
}