GET /api/bet_types/e2d5d595-1a49-42c4-96b0-742dc5d73072/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2d5d595-1a49-42c4-96b0-742dc5d73072",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b1fd093-d943-42f9-9f8a-253fab14e06c/?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": "Florida Intl",
                "amount": 5000.0
            },
            {
                "team": "Charlotte",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "065fd6f0-f53c-454b-a4c5-3ed4f19f2bd5",
            "gambit_id": "29a8e68b-45e9-478a-a822-c7894391f9ac",
            "last_updated": "2022-10-23T19:37:07.397480-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Intl",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2d5d595-1a49-42c4-96b0-742dc5d73072/?format=api"
        },
        {
            "id": "c750aa9b-c3cc-4d00-96bc-e015bf949567",
            "gambit_id": "a9cd6c81-a4bb-4434-9af3-6e96dfa29430",
            "last_updated": "2022-10-23T19:37:07.396494-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2d5d595-1a49-42c4-96b0-742dc5d73072/?format=api"
        }
    ]
}