GET /api/bet_types/476b754f-352f-4444-88dc-306d30311ef0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "476b754f-352f-4444-88dc-306d30311ef0",
    "match": "https://api-prod.gambitprofit.com/api/matches/aaa130b9-d739-4fb2-9de7-84333f7e3784/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-11T09:01:56.013136-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": "Pittsburgh Penguins",
                "amount": 6811.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3189.0
            }
        ],
        "expected_reward_tokens": 9535.11,
        "profit_sb": 35.11,
        "profit_sb_percentage": 0.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "43035786-17ac-4f37-83f9-c75157fdb9e3",
            "gambit_id": "ba522a03-0959-476b-9054-dccb1e63d2df",
            "last_updated": "2023-02-12T10:37:14.927041-05:00",
            "created_at": "2023-02-11T09:01:56.015773-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.40000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/476b754f-352f-4444-88dc-306d30311ef0/?format=api"
        },
        {
            "id": "556838cd-1865-40c0-ae50-bacb503d3947",
            "gambit_id": "d168334a-da7e-4e4c-96e6-91dad867495f",
            "last_updated": "2023-02-12T10:37:14.925281-05:00",
            "created_at": "2023-02-11T09:01:56.014406-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.99000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/476b754f-352f-4444-88dc-306d30311ef0/?format=api"
        }
    ]
}