GET /api/bet_types/a700f5a5-0706-4595-a66b-05103784cd6e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a700f5a5-0706-4595-a66b-05103784cd6e",
    "match": "https://api-prod.gambitprofit.com/api/matches/60e6d1ca-6c82-433f-8d08-345db69c49f4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-06T14:26:50.704486-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": "Vegas Golden Knights",
                "amount": 5213.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e4d827f-802a-4bca-ae8c-27415c8acdcb",
            "gambit_id": "2c185e60-cff1-42e4-80af-658278a43c26",
            "last_updated": "2023-04-07T20:37:08.411834-04:00",
            "created_at": "2023-04-06T14:26:50.706360-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a700f5a5-0706-4595-a66b-05103784cd6e/?format=api"
        },
        {
            "id": "e0409dec-19c5-4571-bac3-9d171de13bc1",
            "gambit_id": "eb159889-b263-4c69-8bcf-7f86ff141197",
            "last_updated": "2023-04-07T20:37:08.413219-04:00",
            "created_at": "2023-04-06T14:26:50.708471-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a700f5a5-0706-4595-a66b-05103784cd6e/?format=api"
        }
    ]
}