GET /api/bet_types/f3618224-82f3-4aa5-8cff-b93ca54b3048/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3618224-82f3-4aa5-8cff-b93ca54b3048",
    "match": "https://api-prod.gambitprofit.com/api/matches/b47cd113-fa67-4cde-ab59-03ac468d0ab6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-29T19:47:54.520738-04: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": "Marcos Rogerio de Lima",
                "amount": 6402.0
            },
            {
                "team": "Derrick Lewis",
                "amount": 3598.0
            }
        ],
        "expected_reward_tokens": 9282.84,
        "profit_sb": -217.16,
        "profit_sb_percentage": -2.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "3695dd4c-05e7-44c1-b166-64fc782fe154",
            "gambit_id": "51d5efe9-5c29-48c0-aee7-6ddd6c318c48",
            "last_updated": "2023-07-31T18:23:09.791593-04:00",
            "created_at": "2023-07-29T19:47:54.527546-04:00",
            "name": "Marcos Rogerio de Lima",
            "reward": "1.45000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3618224-82f3-4aa5-8cff-b93ca54b3048/?format=api"
        },
        {
            "id": "a0ece42d-c487-4f9c-ba97-219b06977231",
            "gambit_id": "7369fbb6-cd83-4477-99ba-56e35edb3f49",
            "last_updated": "2023-07-31T18:23:09.795984-04:00",
            "created_at": "2023-07-29T19:47:54.533089-04:00",
            "name": "Derrick Lewis",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3618224-82f3-4aa5-8cff-b93ca54b3048/?format=api"
        }
    ]
}