GET /api/bet_types/f27248eb-6cbb-4813-86d0-2647aa20388a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f27248eb-6cbb-4813-86d0-2647aa20388a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6002ed4f-06e8-4789-9ed5-07d2076a1454/?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": "Tulsa",
                "amount": 5000.0
            },
            {
                "team": "Northern Illinois",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "9cdee253-1a72-4eab-8e8d-a1bd1d1d92dc",
            "gambit_id": "d0cc7522-4200-4661-8fe3-496888d38e51",
            "last_updated": "2022-09-11T10:22:15.994518-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tulsa",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f27248eb-6cbb-4813-86d0-2647aa20388a/?format=api"
        },
        {
            "id": "b475f045-4683-48f1-8feb-edf255dff178",
            "gambit_id": "43c8c891-0613-4933-86ca-a0ba6f99afd7",
            "last_updated": "2022-09-11T10:22:15.995522-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northern Illinois",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f27248eb-6cbb-4813-86d0-2647aa20388a/?format=api"
        }
    ]
}