GET /api/bet_types/d1204098-88ff-4589-bf1b-81fde9087322/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1204098-88ff-4589-bf1b-81fde9087322",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb05e7d7-ae62-4ccd-bf5a-4ea5b67ad27a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-21T09:33:16.418921-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": "Los Angeles Lakers",
                "amount": 8079.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 1921.0
            }
        ],
        "expected_reward_tokens": 9451.32,
        "profit_sb": -48.68,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e288e19-bb7a-4344-b29d-41eb98d4fef2",
            "gambit_id": "94d6518a-5c77-451d-8b5b-269a82bf9872",
            "last_updated": "2024-01-23T18:43:25.852200-05:00",
            "created_at": "2024-01-21T09:33:16.425941-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.17000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1204098-88ff-4589-bf1b-81fde9087322/?format=api"
        },
        {
            "id": "d810b77f-6d0f-4191-b87e-157a3e8633fb",
            "gambit_id": "e73ba09b-418e-47f0-8a65-d82bd6e34133",
            "last_updated": "2024-01-23T18:43:25.848598-05:00",
            "created_at": "2024-01-21T09:33:16.422203-05:00",
            "name": "Portland Trail Blazers",
            "reward": "4.92000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1204098-88ff-4589-bf1b-81fde9087322/?format=api"
        }
    ]
}