GET /api/bet_types/699a1a28-6463-4edf-8b15-191c2e5a1447/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "699a1a28-6463-4edf-8b15-191c2e5a1447",
    "match": "https://api-prod.gambitprofit.com/api/matches/6fafd992-cbbb-4a4e-823d-b3c411a3cf11/?format=api",
    "name": "Pick the Winner",
    "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": "HOU (F Valdez)",
                "amount": 6304.0
            },
            {
                "team": "BAL (M Baumann)",
                "amount": 3696.0
            }
        ],
        "expected_reward_tokens": 9203.04,
        "profit_sb": 203.04,
        "profit_sb_percentage": 2.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "6eaeeaea-a82d-4e28-b3e2-f6602408b3f7",
            "gambit_id": "89aa265b-d200-4d8c-96c7-25caaa3c70e2",
            "last_updated": "2022-09-25T21:51:56.690072-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (F Valdez)",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/699a1a28-6463-4edf-8b15-191c2e5a1447/?format=api"
        },
        {
            "id": "7cbdbc9d-fad9-4a7a-bb06-29dbe4a7c4b1",
            "gambit_id": "29d97ca2-a372-40fc-a6a3-2649826ad0c6",
            "last_updated": "2022-09-25T21:51:56.689036-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (M Baumann)",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/699a1a28-6463-4edf-8b15-191c2e5a1447/?format=api"
        }
    ]
}