GET /api/bet_types/a36c06e2-38b9-49f4-8744-388bdfdadcb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a36c06e2-38b9-49f4-8744-388bdfdadcb7",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d60f523-f418-4166-a5fc-f226258a5378/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-02T08:52:10.082769-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": "USC",
                "amount": 5304.0
            },
            {
                "team": "Tulane",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "dd21d8a5-22c4-4fb1-a784-c07b1bf250b3",
            "gambit_id": "0ce515b5-e0e4-4485-881d-35d0a475377e",
            "last_updated": "2023-01-03T10:02:05.390943-05:00",
            "created_at": "2023-01-02T08:52:10.084025-05:00",
            "name": "USC",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a36c06e2-38b9-49f4-8744-388bdfdadcb7/?format=api"
        },
        {
            "id": "0cbc203d-df93-4998-a88b-680aa7b2050f",
            "gambit_id": "cba3aebe-2496-41ea-999e-422670fd3dd9",
            "last_updated": "2023-01-03T10:02:05.392057-05:00",
            "created_at": "2023-01-02T08:52:10.085356-05:00",
            "name": "Tulane",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a36c06e2-38b9-49f4-8744-388bdfdadcb7/?format=api"
        }
    ]
}