GET /api/bet_types/fee4e556-496c-46a6-9e70-a4d2d38dd309/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fee4e556-496c-46a6-9e70-a4d2d38dd309",
    "match": "https://api-prod.gambitprofit.com/api/matches/59f8bdf7-5d8d-4af9-b2db-dcb6bf4acd15/?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": "Texas A&M",
                "amount": 5000.0
            },
            {
                "team": "LSU",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4555dd44-b158-476f-a092-08e9566cad9e",
            "gambit_id": "6260d0cc-0b6b-4609-aad5-6ae7809e3cc3",
            "last_updated": "2022-11-28T09:32:05.765935-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas A&M",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fee4e556-496c-46a6-9e70-a4d2d38dd309/?format=api"
        },
        {
            "id": "a65a5250-d079-4d0e-b7bf-8fb9b5f27bc9",
            "gambit_id": "3ba0dcba-1935-42bf-a494-ccd64f6a546e",
            "last_updated": "2022-11-28T09:32:05.766909-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LSU",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fee4e556-496c-46a6-9e70-a4d2d38dd309/?format=api"
        }
    ]
}