GET /api/bet_types/0671404a-2052-4845-977a-746d9c2f7d75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0671404a-2052-4845-977a-746d9c2f7d75",
    "match": "https://api-prod.gambitprofit.com/api/matches/33f4ed63-7e52-4522-9438-3c6c8b801a02/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-18T09:16:53.727088-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": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "51a9ec9a-e584-4cfe-8425-a0ec064c15e3",
            "gambit_id": "b29dcc2a-c5bd-4de2-bc97-c3269fd0248e",
            "last_updated": "2023-01-19T09:22:08.709164-05:00",
            "created_at": "2023-01-18T09:16:53.728271-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0671404a-2052-4845-977a-746d9c2f7d75/?format=api"
        },
        {
            "id": "2583bec1-1867-40f0-ad75-96c473fd8c04",
            "gambit_id": "13809419-bdf8-44c8-bc1c-c4a323b86c9a",
            "last_updated": "2023-01-19T09:22:08.710640-05:00",
            "created_at": "2023-01-18T09:16:53.729525-05:00",
            "name": "Sacramento Kings",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0671404a-2052-4845-977a-746d9c2f7d75/?format=api"
        }
    ]
}