GET /api/bet_types/7c039e1a-c83f-446d-8b6e-979db8771e9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c039e1a-c83f-446d-8b6e-979db8771e9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad76f0ad-19b5-4081-8633-3e178e2b9535/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Boston Bruins",
                "amount": 6593.0
            },
            {
                "team": "New York Rangers",
                "amount": 3407.0
            }
        ],
        "expected_reward_tokens": 9096.69,
        "profit_sb": 96.69,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "98bd9c43-68cc-43b3-8d4b-d3be94575b58",
            "gambit_id": "ed57d2b8-fc5f-4ff3-8a09-d17b87d6f869",
            "last_updated": "2022-11-04T09:17:43.487149-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "1.38000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c039e1a-c83f-446d-8b6e-979db8771e9e/?format=api"
        },
        {
            "id": "7938b8c6-92be-49ed-9cdb-432e5a7023ca",
            "gambit_id": "f4c9be5b-0c42-41d2-886c-0db4c2b7f0eb",
            "last_updated": "2022-11-04T09:17:43.486183-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "2.67000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c039e1a-c83f-446d-8b6e-979db8771e9e/?format=api"
        }
    ]
}