GET /api/bet_types/df94eb03-6131-4b88-b2f5-bbf8d6779c45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df94eb03-6131-4b88-b2f5-bbf8d6779c45",
    "match": "https://api-prod.gambitprofit.com/api/matches/68eb2d63-85f2-4b2e-b2cb-4c330ea239d1/?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": "COL",
                "amount": 5205.0
            },
            {
                "team": "SFO",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "62ac3d0f-093d-45f5-abbc-4e1b2a48ec11",
            "gambit_id": "a5389e08-fa87-4248-a194-99313478709b",
            "last_updated": "2022-08-20T12:02:01.874488-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df94eb03-6131-4b88-b2f5-bbf8d6779c45/?format=api"
        },
        {
            "id": "f33ee7b2-0e0b-403d-a2b2-a512fefddada",
            "gambit_id": "1b818c71-64b1-4e22-86ab-81cef2b72e96",
            "last_updated": "2022-08-20T12:02:01.874953-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df94eb03-6131-4b88-b2f5-bbf8d6779c45/?format=api"
        }
    ]
}