GET /api/bet_types/6a746fa0-f678-4cc2-bac1-bf3fbdca4149/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a746fa0-f678-4cc2-bac1-bf3fbdca4149",
    "match": "https://api-prod.gambitprofit.com/api/matches/675a48ef-3758-4e35-bb5a-f9e065992b95/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-20T09:21:56.531641-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "d119b309-a723-44e1-b65f-ab2cc5ad3ccf",
            "gambit_id": "204ef3a8-707b-47cf-aee2-3513dc4c07a1",
            "last_updated": "2023-01-21T10:32:25.749989-05:00",
            "created_at": "2023-01-20T09:21:56.532841-05:00",
            "name": "Orlando Magic",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a746fa0-f678-4cc2-bac1-bf3fbdca4149/?format=api"
        },
        {
            "id": "1ca33214-7652-4484-bf19-4741448de5a7",
            "gambit_id": "562de3b7-cd03-499c-a4ee-9658e5cb56b5",
            "last_updated": "2023-01-21T10:32:25.751203-05:00",
            "created_at": "2023-01-20T09:21:56.534144-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a746fa0-f678-4cc2-bac1-bf3fbdca4149/?format=api"
        }
    ]
}