GET /api/bet_types/c63927c1-aa8b-46a2-9ddd-013d8e8ab8b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c63927c1-aa8b-46a2-9ddd-013d8e8ab8b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6fb9577-46b0-4df5-970a-cc8985cff016/?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": "BAL",
                "amount": 5916.0
            },
            {
                "team": "CWS",
                "amount": 4084.0
            }
        ],
        "expected_reward_tokens": 9228.96,
        "profit_sb": 228.96,
        "profit_sb_percentage": 2.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "cc676cf2-de7d-462b-a2a9-65a1cadac90d",
            "gambit_id": "4157c841-389d-4ab7-9c1e-e91d4ad6922d",
            "last_updated": "2022-08-26T12:57:07.424714-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c63927c1-aa8b-46a2-9ddd-013d8e8ab8b1/?format=api"
        },
        {
            "id": "3de7ee4d-78f3-4c90-9081-82ba0a74de76",
            "gambit_id": "c31c6d2f-7bf3-4ae6-b2db-6fac1e5605b3",
            "last_updated": "2022-08-26T12:57:07.425159-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "2.26000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c63927c1-aa8b-46a2-9ddd-013d8e8ab8b1/?format=api"
        }
    ]
}