GET /api/bet_types/c3a5f658-55bc-445a-b7bc-ffc4b9e1d104/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3a5f658-55bc-445a-b7bc-ffc4b9e1d104",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c262d15-1406-48dd-935b-2d9eac055b1f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-07T09:47:09.856939-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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "736d4680-8cca-4fba-b453-7b19dc705fb6",
            "gambit_id": "9fe3e18b-5d99-44e8-84a0-b0b42f652fb2",
            "last_updated": "2023-02-08T09:52:05.924230-05:00",
            "created_at": "2023-02-07T09:47:09.858237-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3a5f658-55bc-445a-b7bc-ffc4b9e1d104/?format=api"
        },
        {
            "id": "94e88a4e-005a-4120-8f9e-86f709a98d81",
            "gambit_id": "5aed2133-bdcd-40d1-8e79-2fce1f736d64",
            "last_updated": "2023-02-08T09:52:05.925468-05:00",
            "created_at": "2023-02-07T09:47:09.859727-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3a5f658-55bc-445a-b7bc-ffc4b9e1d104/?format=api"
        }
    ]
}