GET /api/bet_types/6c7fcecd-0552-4ebb-90f1-fb2471083fd0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c7fcecd-0552-4ebb-90f1-fb2471083fd0",
    "match": "https://api-prod.gambitprofit.com/api/matches/d07f4368-6f4f-4f71-84fb-bd0fc1b75444/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-14T08:26:56.678866-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": "Toronto Maple Leafs",
                "amount": 6253.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3747.0
            }
        ],
        "expected_reward_tokens": 9066.85,
        "profit_sb": 66.85,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "7096d43d-7299-48bc-b5ac-77320de35e98",
            "gambit_id": "f613a287-5689-44c5-ae7d-de5a25543322",
            "last_updated": "2023-01-16T10:07:22.708772-05:00",
            "created_at": "2023-01-14T08:26:56.685300-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.45000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c7fcecd-0552-4ebb-90f1-fb2471083fd0/?format=api"
        },
        {
            "id": "bc3df24c-010d-49c1-963e-80873c261d20",
            "gambit_id": "3bcb6f10-1004-4532-8c6a-fca5ca087588",
            "last_updated": "2023-01-16T10:07:22.705756-05:00",
            "created_at": "2023-01-14T08:26:56.682100-05:00",
            "name": "Boston Bruins",
            "reward": "2.42000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c7fcecd-0552-4ebb-90f1-fb2471083fd0/?format=api"
        }
    ]
}