GET /api/bet_types/0f1547a8-90af-482d-a277-a734d5ca5b43/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f1547a8-90af-482d-a277-a734d5ca5b43",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd5817da-5084-4626-800a-a55a909aa848/?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": "Toronto Blue Jays",
                "amount": 5205.0
            },
            {
                "team": "Chicago Cubs",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "6fe4664d-a100-418f-bb83-a661d6ca7fd4",
            "gambit_id": "2063cb70-126c-4209-889a-2f63e08004f4",
            "last_updated": "2022-09-01T10:41:59.903246-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Blue Jays",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f1547a8-90af-482d-a277-a734d5ca5b43/?format=api"
        },
        {
            "id": "c51faa13-a1c6-4d52-9c39-94ac707863d4",
            "gambit_id": "4a7aad50-7baf-4173-bb8d-c3a4b4cce3b2",
            "last_updated": "2022-09-01T10:41:59.903684-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Cubs",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f1547a8-90af-482d-a277-a734d5ca5b43/?format=api"
        }
    ]
}