GET /api/bet_types/7470d56a-ddce-4bf7-9559-8533f60cb33b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7470d56a-ddce-4bf7-9559-8533f60cb33b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0af9ee2-7c2e-40c9-85d5-8304578120ad/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-31T00:17:10.610817-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": "Ohio State",
                "amount": 5000.0
            },
            {
                "team": "Georgia",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e2d359ff-dbd4-4638-ad23-69dd853c3c21",
            "gambit_id": "d7519299-89da-4c35-aaf2-b10b4279dd31",
            "last_updated": "2023-01-01T10:27:15.392605-05:00",
            "created_at": "2022-12-31T00:17:10.613154-05:00",
            "name": "Ohio State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7470d56a-ddce-4bf7-9559-8533f60cb33b/?format=api"
        },
        {
            "id": "a1d45120-b368-420a-9668-0253c1d06bd9",
            "gambit_id": "0f01995b-fbc3-488b-94ab-29942bb5a676",
            "last_updated": "2023-01-01T10:27:15.391459-05:00",
            "created_at": "2022-12-31T00:17:10.611943-05:00",
            "name": "Georgia",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7470d56a-ddce-4bf7-9559-8533f60cb33b/?format=api"
        }
    ]
}