GET /api/bet_types/bef1d41e-6d0e-40dc-bbab-41d08f1f9bb6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bef1d41e-6d0e-40dc-bbab-41d08f1f9bb6",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d9d6eb6-ee12-4972-9f53-57aed9ab8657/?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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "74a4868c-04c7-4850-a8d5-828724329587",
            "gambit_id": "b4a16f0b-cfc8-45c9-a91d-2aaa4c5f9ba7",
            "last_updated": "2022-12-05T11:47:12.068458-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bef1d41e-6d0e-40dc-bbab-41d08f1f9bb6/?format=api"
        },
        {
            "id": "37b1ebb8-9abf-4636-bb17-551594b770a4",
            "gambit_id": "7cb085de-f7f6-473a-8e91-15b14be26cc4",
            "last_updated": "2022-12-05T11:47:12.069443-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bef1d41e-6d0e-40dc-bbab-41d08f1f9bb6/?format=api"
        }
    ]
}