GET /api/bet_types/444b0f6d-3721-42ff-ae9b-ba2d167e0299/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "444b0f6d-3721-42ff-ae9b-ba2d167e0299",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c8cecbc-20f1-4ab3-82eb-a5b1006e0d4f/?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": "Boston College",
                "amount": 5000.0
            },
            {
                "team": "NC State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d1f4b77-e039-4da2-8ff3-bd6582492544",
            "gambit_id": "431a0e31-256f-44ac-875c-4491ad52de69",
            "last_updated": "2022-11-14T09:49:12.167652-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston College",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "18.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/444b0f6d-3721-42ff-ae9b-ba2d167e0299/?format=api"
        },
        {
            "id": "c65f069c-c3f8-4f6b-8293-ae8cdb5557be",
            "gambit_id": "0ee2b84e-4a9d-4712-85e6-16009ec2813b",
            "last_updated": "2022-11-14T09:49:12.166744-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NC State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-18.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/444b0f6d-3721-42ff-ae9b-ba2d167e0299/?format=api"
        }
    ]
}